Developer Hooks
FluentBooking emits hundreds of action and filter hooks across the booking lifecycle, calendars, availability, payments, and integrations. The hook reference is generated directly from do_action() and apply_filters() call sites in the FluentBooking core and Pro source trees.
- Action Hooks — event hooks (fire-and-forget).
- Filter Hooks — value-transforming hooks (return modified value).
- Helpers — shared helper class reference.