Filter manage WordPress filters

eeb/frontend/wordpress_filters

Description:
Filter the default WordPress filters that are used to filter the content. Please note that this hook only fires if you choose the WordPress filter protection within the plugin settings.

Parameter Type Description
$filter_hooks array An array of all filterable WordPress hooks that are used by our plugin to protect the content.
$filter_hooks = apply_filters( 'eeb/frontend/wordpress_filters', $filter_hooks );
Updated on September 25, 2019

Was this article helpful?

Related Articles