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.

ParameterTypeDescription
$contentstringThe collected content of your website (HMTL)
$protect_usingstringThe protection type you chose within the Email Encoder Settings
$content = apply_filters( 'eeb/validate/filter_page_content', $content, $protect_using );