Use Shortcodes in WordPress Widget without Plugins

Last updated on August 23rd, 2014 at 07:49 am

You can add this to your function to enable your short code in widget without pain.
[php]
add_filter( ‘widget_text’, ‘shortcode_unautop’);
add_filter( ‘widget_text’, ‘do_shortcode’);
[/php]

Tags:

Discover more from Juzhax Technology

Subscribe now to keep reading and get access to the full archive.

Continue reading