A filter for the display of a single date block on the front-end calendar.
Located in: /includes/functions.php
booked_fe_calendar_date_appointments
A filter for the display of a single date's appointment list on the front-end calendar (when you click on a date).
Located in: /includes/functions.php
booked_fe_date_content_query
A filter for the query arguments of a single date's appointment list on the front-end calendar (when you click on a date).
Located in: /includes/functions.php
Booked Front-End Actions
booked_fe_calendar_before
Hook into this action to display content before the front-end booking calendar.
Located in: /includes/functions.php
booked_fe_calendar_after
Hook into this action to display content after the front-end booking calendar.
Located in: /includes/functions.php
booked_fe_calendar_date_before
Hook into this action to display content before the appointment list for a single date on the front-end booking calendar.
Located in: /includes/functions.php
booked_fe_calendar_date_after
Hook into this action to display content after the appointment list for a single date on the front-end booking calendar.
Located in: /includes/functions.php
Booked Admin Filters
booked_single_timeslot_form
This displays the Single Time Slot form when adding your Default Time Slots. Filter this to add your own new fields to the beginning or end of this form.
Located in: /includes/admin-functions.php
booked_bulk_timeslot_form
This displays the Bulk Time Slot form when adding your Default Time Slots. Filter this to add your own new fields to the beginning or end of this form.
Located in: /includes/admin-functions.php
booked_time_select_field
This is a filter that displays the time select dropdown field for adding new time slots.
Located in: /includes/admin-functions.php
Booked Admin Actions
booked_single_timeslot_before($time)
Hook this action to display content before each single time slot block. A $time array is provided that includes the start time and end time.
Located in: /includes/admin-functions.php
booked_single_timeslot_after($time)
Hook this action to display content after each single time slot block. A $time array is provided that includes the start time and end time.
Located in: /includes/admin-functions.php