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.

ParameterTypeDescription
$filteredstringThe collected content of either the body of your website or from WordPress filters.
$protect_usingstringThe protection type you chose within the Email Encoder Settings
$content = apply_filters( 'eeb/validate/filter_content_content', $filtered, $protect_using );