'display_name'); $user_array = get_users($args); $email_required = get_option('booked_require_guest_email_address',false); $name_requirements = get_option('booked_registration_name_requirements',array('require_name')); $name_requirements = ( isset($name_requirements[0]) ? $name_requirements[0] : false ); $calendar_id = (isset($_POST['calendar_id']) ? intval($_POST['calendar_id']) : false); if ($calendar_id): $calendar_obj = get_term($calendar_id,'booked_custom_calendars'); $calendar_name = $calendar_obj->name; else: $calendar_name = ''; endif; if ($timeslot_parts[0] == '0000' && $timeslot_parts[1] == '2400'): $timeslotText = esc_html__('All day','booked'); else : $timeslotText = date_i18n($time_format,strtotime($timeslot_parts[0])).' – '.date_i18n($time_format,strtotime($timeslot_parts[1])); endif; ?>

        

>


';