• First I know WordPress, for some unknown reason, is trying to not allow us to use shortcode in widgets. However, with that said I have added the code in my child theme’s function.php to allow it.

    add_filter( 'widget_text', 'do_shortcode' );

    I believe after the latest update is when this shortcode failed to work in my text widgets and just displays the [shortcode] as-is. Other text widgets on my site have working shortcode in them and it appears to be isolated with these shortcodes from this plugin.

    Is this problem just me or anyone else having the same problem?

    https://www.ads-software.com/plugins/user-shortcodes/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘No longer working in widgets’ is closed to new replies.