Last active
November 18, 2015 04:49
-
-
Save jdspiral/ce21723b4b26a7554cce to your computer and use it in GitHub Desktop.
Enable Shortcode in widgets
This file contains 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
// Enable Shortcode in widgets - Note: This is not recommended. This is plugin functionality. | |
add_filter('widget_text', 'do_shortcode'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment