1. Home
  2. Plugins
  3. Email Encoder
  4. For Devs
  5. Filters
  6. Filter to manipulate raw hook content

Filter to manipulate raw hook content

eeb/validate/filter_content_content

Description:
This filter fires straight after the content_filter function to allow you a raw filtering of every single content.

Parameter Type Description
$filtered string The collected content of either the body of your website or from WordPress filters.
$protect_using string The protection type you chose within the Email Encoder Settings
$content = apply_filters( 'eeb/validate/filter_content_content', $filtered, $protect_using );
Updated on January 31, 2020

Was this article helpful?

Related Articles