Created
May 26, 2012 20:03
-
-
Save corsonr/2795125 to your computer and use it in GitHub Desktop.
Allow shortcode in text widget
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
<?php | |
// To be able to use shortcode in text widget, add this line into functions.php | |
add_filter('widget_text', 'do_shortcode'); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment