Skip to content

Instantly share code, notes, and snippets.

@makbeta
Created June 17, 2013 22:22
Show Gist options
  • Save makbeta/5801032 to your computer and use it in GitHub Desktop.
Save makbeta/5801032 to your computer and use it in GitHub Desktop.
WordPress: add shortcode support in widgets
//add shortcode support 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