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 );