[../class-cherry-framework.php](https://github.com/CherryFramework/cherryframework4/blob/master/lib/class-cherry-framework.php#L206-211) --- ``` function default_filters() { // Enable shortcodes. add_filter( 'widget_text', 'do_shortcode' ); add_filter( 'the_excerpt', 'do_shortcode' ); add_filter( 'term_description', 'do_shortcode' ); ```