Improvement to the widget_title filter
-
Hello Ross,
I just wanted to share a little patch to your plugin widget_filter, as done in the default wp widgets:
$title = apply_filters( 'widget_title', $instance['title'], $instance, $this->id_base );
An example use case.
Regards.
https://www.ads-software.com/plugins/recent-posts-by-category-widget/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Improvement to the widget_title filter’ is closed to new replies.