Skip to content

Instantly share code, notes, and snippets.

@landbryo
Last active May 24, 2018 16:15
Show Gist options
  • Save landbryo/e6bf72df8301ffb7e1f56c9b0f2a900e to your computer and use it in GitHub Desktop.
Save landbryo/e6bf72df8301ffb7e1f56c9b0f2a900e to your computer and use it in GitHub Desktop.
Enable shortcodes in text widget.
//////////////////////////////////////
// ENABLE SHORTCODES IN TEXT WIDGET //
//////////////////////////////////////
add_filter('widget_text','do_shortcode');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment