Jetpack processes shortcodes twice?
-
It seems that after activating Jetpack, WP shortcodes are processed twice. Once as part of the wp_head() execution (unexpected) and once in the loop (as expected).
I suspect this is because of an additional do_shortcode() call in one of the Jetpack actions.
Can this be resolved or is there a way to avoid shortcodes to be triggered inside the header?
The topic ‘Jetpack processes shortcodes twice?’ is closed to new replies.