wpautop call should be removed
-
You have an add_filter(‘the_content’, ‘wpautop’, 20) call in your code which does not play nicely with (and in my case wreaks havoc) with other shortcodes. Basically, it’s adding
tags to our custom shortcode functions’ raw output. Why do you need this exactly? For my custom shortcodes I’ve had to add a canceling remove_filter call to negate it. I propose you remove the call from your code.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘wpautop call should be removed’ is closed to new replies.