Shortcode in the welcome widget
I would like to have activate a shortcode in the welcome widget. Shold be possible. Can easily get it to work for the ordinary widgets ... I added to my child functions.php these:
add_filter( 'welcome_widget', 'shortcode_unautop');
add_filter( 'welcome_widget', 'do_shortcode', 11);
It's unfortunately not working. Can you help?