Skip to content

Instantly share code, notes, and snippets.

@UVLabs
Created March 6, 2017 17:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save UVLabs/9958355ec094c78299b068fa1af91299 to your computer and use it in GitHub Desktop.
Save UVLabs/9958355ec094c78299b068fa1af91299 to your computer and use it in GitHub Desktop.
Allow shortcode rendering in WordPress text widget
<?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