Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save scarstens/7816137 to your computer and use it in GitHub Desktop.

Select an option

Save scarstens/7816137 to your computer and use it in GitHub Desktop.
Enable shortcodes in the default text widget, making custom widgets obsolete. Save hours of programming time by allowing shortcodes in the sidebars.
<?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