Usage:
add_filter('bookingpress_get_email_notiication_reply_to_data_employee', 'bookingpress_get_email_notiication_reply_to_data_employee_func', 10, 2);
function bookingpress_get_email_notiication_reply_to_data_employee_func($reply_to_data_arr,$appointment_id)
{
//$reply_to_data_arr Reply to email array
//$appointment_id Appointment id
return $reply_to_data_arr;
}
Parameters:
$reply_to_data_arr
Reply to email array.
$appointment_id
Appointment id.