// Enable shortcodes in text widgets
add_filter('widget_text','do_shortcode');
But i dont know what the widget is called. How do i get the right name of that widget?
I dont want to use it in a text widget its another widget i want to use it on.
widget_text
is a filter that the text widget uses, but not all widgets have an equivalent filter.
]]>
Something like this but i dont know the correct name.
add_filter('widget_php????_code????','do_shortcode');