Widget Title hook name is different?
-
Widget.php
line35
$title = apply_filters( 'widgets_title', $instance['title'] );
change
$title = apply_filters( 'widget_title', $instance['title'] );
widgets_title → widget_title
Do you can change?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Widget Title hook name is different?’ is closed to new replies.