Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plugin territory: Enabling shortcodes #46

Closed
emiluzelac opened this issue Jul 3, 2015 · 0 comments
Closed

Plugin territory: Enabling shortcodes #46

emiluzelac opened this issue Jul 3, 2015 · 0 comments

Comments

@emiluzelac
Copy link

../class-cherry-framework.php


        function default_filters() {
            // Enable shortcodes.
            add_filter( 'widget_text',      'do_shortcode' );
            add_filter( 'the_excerpt',      'do_shortcode' );
            add_filter( 'term_description', 'do_shortcode' );
cheh added a commit that referenced this issue Oct 16, 2015
@cheh cheh closed this as completed Oct 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants