Theme's do_shortcode doesn't work for [nivo] from v1.14.0
-
Hi,
After updating to 1.14.0, displaying the shortcode from theme using <?php echo do_shortcode(‘[nivo …]’); ?> no longer works. It worked in previous versions.
At the same time the shortcode works fine when inserted into regular posts.
In the version release notes I wonder what the following statement means:
Changed: Does not register the [nivo] shortcode until notified by ‘oik_add_shortcodes’
For debugging I added output of global $shortcode_tags in the theme, and it looks like [nivo] shortcode somehow isn’t registered in this context.
Trying to call bw_nivo_slider() directly with an array of parameters also doesn’t work, the function is not found.
Please advise.
- The topic ‘Theme's do_shortcode doesn't work for [nivo] from v1.14.0’ is closed to new replies.