Skip to content

Instantly share code, notes, and snippets.

@ewistrand
Created November 19, 2015 13:58
Show Gist options
  • Select an option

  • Save ewistrand/3b96fd5fcb1c8863995c to your computer and use it in GitHub Desktop.

Select an option

Save ewistrand/3b96fd5fcb1c8863995c to your computer and use it in GitHub Desktop.
WP allow shortcodes in sidebar text widgets
<?php
/**
* Allow shortcodes in WP text 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