@abanobakram
Thanks for the clarification. I understand the security reasoning behind escaping the title output.
However, in our case we intentionally use safe HTML formatting (such as <i> and <u>) in some post titles, and previous versions of the widget rendered these correctly.
Would it be possible to add a filter around the title output in includes/premium-template-tags.php (in render_post_title() ) so developers can customize the output if needed? That would allow those who need different behavior to handle it in custom code without modifying the plugin, while keeping the default behavior secure for everyone.