Created
November 19, 2015 13:58
-
-
Save ewistrand/3b96fd5fcb1c8863995c to your computer and use it in GitHub Desktop.
WP allow shortcodes in sidebar text widgets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * Allow shortcodes in WP text widgets | |
| */ | |
| add_filter('widget_text', 'do_shortcode'); | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment