Hooks Reference
WP Appointments provides actions and filters throughout the plugin for extensibility.
Actions
Actions fire at specific points in the plugin lifecycle. Use add_action() to hook into them.
See the full Actions reference.
Filters
Filters let you modify data before it’s used. Use add_filter() to hook into them.
See the full Filters reference.