Use Shortcodes in WordPress Widget without Plugins

You can add this to your function to enable your short code in widget without pain.

add_filter( 'widget_text', 'shortcode_unautop');
add_filter( 'widget_text', 'do_shortcode');

Tags:

Discover more from Juzhax Technology

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

Continue reading