Sorry to hear that you have requested for cancel the appointment.
We have sent an email notification for cancel appointment. So please click on the button to cancel the appointment.
php /** * @snippet Programmatically Complete Paid WooCommerce Orders * @how-to Get CustomizeWoo.com FREE * @author Rodolfo Melogli * @testedwith WooCommerce 3.8 * @community https://businessbloomer.com/club/ */ add_filter( 'woocommerce_payment_complete_order_status', 'bbloomer_autocomplete_processing_orders', 9999 ); function bbloomer_autocomplete_processing_orders() { return 'completed'; } ?>
Skip to contentWe hope to see you again soon!
Sorry to hear that you have requested for cancel the appointment.
We have sent an email notification for cancel appointment. So please click on the button to cancel the appointment.