Hooks and Filters

This page is meant for people that are comfortable using PHP and know their way around WordPress. If you don’t know how to use hooks and filters, you should start here first.

We have a large number of actions and filters in our codebase, generally, we aim to place an action/filter where appropriate for every function we have as well as in other relevant places to allow maximum flexibility.

At this time, we don’t have any documentation for these hooks.

If you’re a developer and you’d like to see a specific hook or filter placed in the plugin, let us know. If reasonable we’d be happy to add it in!