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

Filter to manipulate raw page content

eeb/validate/filter_page_content

Description:
This filter fires straight after the page_filter function to allow you a raw filtering of all the collected/loaded content.

Parameter Type Description
$content string The collected content of your website (HMTL)
$protect_using string The protection type you chose within the Email Encoder Settings
$content = apply_filters( 'eeb/validate/filter_page_content', $content, $protect_using );
Updated on January 31, 2020

Was this article helpful?

Related Articles