1. Home
  2. Plugins
  3. Email Encoder
  4. For Devs
  5. Filters
  6. Filter eeb_protect_content shortcode

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.

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

Updated on July 8, 2020

Was this article helpful?

Related Articles