Something unusual has happened. Content Protector cannot find your shortcode
-
Hello,
I am using the following example you had listed in another post which works great.
<?php echo do_shortcode('[content_protector password="password"]' . get_the_content() . '[/content_protector]'); ?>
The only problem is when I attempt to use it with Ajax I get the following error “Something unusual has happened. Content Protector cannot find your shortcode in this Post.”
<?php echo do_shortcode('[content_protector password="password" identifier="ajax" ajax="true"]' . get_the_content() . '[/content_protector]'); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Something unusual has happened. Content Protector cannot find your shortcode’ is closed to new replies.