// Add BookingPress form after single Directorist listing content add_filter( 'the_content', 'add_bookingpress_form_to_listing' ); function add_bookingpress_form_to_listing( $content ) { // Only show on single Directorist listing pages if ( function_exists('is_singular') && is_singular('at_biz_dir') ) { // Append your BookingPress form shortcode after listing content $form = do_shortcode('[bookingpress_form]'); $content .= '
' . $form . '
'; } return $content; } Appointment canceled – zavia.store

Appointment canceled

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.

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to Top