Skip to content

Instantly share code, notes, and snippets.

@mahdiyazdani
Created October 16, 2016 17:41
Show Gist options
  • Save mahdiyazdani/d0ce7651bc29da4c85426747b2c59a0f to your computer and use it in GitHub Desktop.
Save mahdiyazdani/d0ce7651bc29da4c85426747b2c59a0f to your computer and use it in GitHub Desktop.
Adding Shortcodes to Widgets
<?php
add_filter( 'widget_text', 'do_shortcode' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment