Last active
April 11, 2017 19:31
-
-
Save jasonbraun/8530b111af347f15f1513c67e72c1587 to your computer and use it in GitHub Desktop.
Add the ability to use shortcodes 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
<?php | |
//* Add the ability to 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