Created
August 25, 2018 17:24
-
-
Save m1ndspark/d89a5d77452a14e0ebb0aac6a989093a to your computer and use it in GitHub Desktop.
Enable Shortcodes in 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
// Enable shortcodes in 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