Use Shortcodes in WordPress Widget without Plugins 2014-04-30 / By juzhax / Wordpress / plugin, widget, wordpress Last updated on August 23rd, 2014 at 07:49 amYou 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:pluginwidgetwordpress