Filter eeb_protect_content shortcode

eeb/frontend/shortcode/eeb_protect_content

Description:
This filter allows you to manipulate the content given by the [eeb_protect_content] shortcode. You can use it to run your very own encoding setup with it.

ParameterTypeDescription
$contentstringThe protected content
$attsarrayAn array containing all the attributes that are set within the shortcode tag.
$original_contentstringThe original content before it was encoded. (As given within the shortcode)
return apply_filters( 'eeb/frontend/shortcode/eeb_protect_content', $content, $atts, $original_content );