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.
Parameter | Type | Description |
---|---|---|
$content | string | The protected content |
$atts | array | An array containing all the attributes that are set within the shortcode tag. |
$original_content | string | The original content before it was encoded. (As given within the shortcode) |
return apply_filters( 'eeb/frontend/shortcode/eeb_protect_content', $content, $atts, $original_content );