The widget title is filtered by esc_html() so yeah, you’d probably need to selectively remove that filter either for all widget titles or just this one.
While this blog post doesn’t relate specifically to your question it does show how you can inspect and change the parameters being sent to a widget. In that fashion, you could remove esc_html() from the widget_title filter only for this one widget, leaving all others unaffected.
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘HTML in widget Title?’ is closed to new replies.