Skip to content

Instantly share code, notes, and snippets.

@Edwardtonnn
Created October 29, 2018 16:49
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 Edwardtonnn/316ed00d7873f85d1bea0f18801417cb to your computer and use it in GitHub Desktop.
Save Edwardtonnn/316ed00d7873f85d1bea0f18801417cb to your computer and use it in GitHub Desktop.
Add shortcode to sidebar widget area
<?php
<!-- Add shortcode to sidebar widget area -->
add_filter( 'widget_text', 'do_shortcode' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment