Multiple Award Winner

bookingpress_after_rescheduled_appointment

Usage:
    add_action('bookingpress_after_rescheduled_appointment', 'bookingpress_before_delete_customer_func', 10);
    function bookingpress_before_delete_customer_func($bookingpress_appointment_id)
    {
        //$bookingpress_appointment_id Appointment id
    }
    
Parameters:

$bookingpress_appointment_id
Rescheduled Appointment id.