Skip to content

Instantly share code, notes, and snippets.

@mauryaratan
Created April 10, 2014 14:38
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 mauryaratan/10389249 to your computer and use it in GitHub Desktop.
Save mauryaratan/10389249 to your computer and use it in GitHub Desktop.
Allow shortcodes to be used under text widget.
<?php
// Filters that allow shortcodes in Text widgets
add_filter( 'widget_text', 'shortcode_unautop' );
add_filter( 'widget_text', 'do_shortcode' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment