meetsos

Allow Shortcodes in Text Widgets

Apr 19th, 2016
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.05 KB | None | 0 0
  1. <?php
  2. add_filter('widget_text', 'do_shortcode');
  3. ?>
Add Comment
Please, Sign In to add comment