Skip to content

Instantly share code, notes, and snippets.

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