No html tags in widget titles
By chrisiwien, 5 years ago. Last reply by Andrew Misplon, 5 years ago
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 upgrade-safe. How can I manage this upgrade-safe? Already there is a widget-tile section in the…