How can I use WordPress hooks for timeslots in Amelia
Amelia provides several hooks related to timeslots, allowing you to modify the data used to calculate timeslots or run custom actions before and after timeslots are generated. These hooks help you extend Amelia safely without adjusting core plugin files.
Note
Hooks require programming knowledge, and support is limited to general guidance.
Get timeslots
How do I modify properties before timeslots are retrieved?
amelia_before_get_timeslots_filter
Type: filter
Use this filter to modify the properties used to retrieve timeslots.