Shortcodes if used in widgets will not be replaced by the relavant code. You can make them display proper code by using this code.
// display shortcode in widgets if ( !is_admin() ){ add_filter('widget_text', 'do_shortcode', 11); }
Please wait, loading...
Shortcodes if used in widgets will not be replaced by the relavant code. You can make them display proper code by using this code.
// display shortcode in widgets if ( !is_admin() ){ add_filter('widget_text', 'do_shortcode', 11); }