Created
October 2, 2014 08:27
-
-
Save sewmyheadon/9f587b6d0648a51a8c7b to your computer and use it in GitHub Desktop.
Use shortcodes in WordPress 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
<!-- use shortcodes in 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