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'); | |
?> |