[Plugin: Testimonials Widget] Bug: widget title overwritten, conflict with other plugin(s)
-
After installing both the
testimonials-widget
andtheme-my-login
plugins, the testimonials widget title is overwritten–i.e., is in conflict with–that of the theme-my-login login page title when a user is not logged in.The issue lies on line 40 of testimonials-widget-widget.php:
$title = apply_filters('the_title', $instance['title'], null);
While this code works for the most part, I believe the tag that should be filtered is
widget_title
, i.e.:$title = apply_filters('widget_title', $instance['title'], null);
This fix remedies the widget’s title and allows the title to be properly displayed across views.
Best,
creemorianhttps://www.ads-software.com/extend/plugins/testimonials-widget/
- The topic ‘[Plugin: Testimonials Widget] Bug: widget title overwritten, conflict with other plugin(s)’ is closed to new replies.