Yummy Docs

Filters and actions

The plugin includes many WordPress hooks (filters and actions) to make it possible to customize the plugin.

You will find some filters and actions in this documentation. All the filters and actions are not documented, because a developer customizing the plugin can easily find them in the plugin source code.

Important! As always it is recommended to insert custom functions with a site specific plugin or with a plugin like Code Snippets. If you insert custom function directly into your theme files, they may be overridden on theme updates!

Missing an action or filter? #

If you want to modify something on the plugin, and you can't find a filter or action to do that, please contact support, and we may add a hook for your needs.