Allow Shortcodes Into Text Widgets and Excerpts Last Updated on October 5, 2019 Favorited: 0 times// Allow shortcode in excerpts and widgets add_filter('the_excerpt', 'do_shortcode'); add_filter('widget_text', 'do_shortcode');