No html tags in widget titles
Hi Guys! I need to use html tags in widget titles, in my case the tag. The only way to accomplish this is to edit the file “wp-content/plugins/so-widgets-bundle/widgets/editor/tpl/default.php” and remove the esc_html function from “esc_html($instance[‘title’])”. This works but is not…