Skip to content

Instantly share code, notes, and snippets.

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 petersplugins/0f9dcc9adb4170835b2929b109984d40 to your computer and use it in GitHub Desktop.
Save petersplugins/0f9dcc9adb4170835b2929b109984d40 to your computer and use it in GitHub Desktop.
<?php
// This code snippet allows you to use shortcodes inside text widgets
// Some themes enable this feature, so maybe there's no need to do this yourself
// If your theme does not, this tiny code can do it
add_filter( 'widget_text', 'do_shortcode' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment