Should use widget_title filter
-
Hi guys,
Nice work with that plugin. It does exactly what it says ??
But maybe you should had few filters to make it better.
Exemple line 121 :echo apply_filters( ‘widget_title’, $instance[“title”] );
So themes / plugins can interact with it like core plugins…
And for styling purpose line 135 could be
post_class( ‘cat-post-item’ ) ;
instead of echo “class=\”cat-post-item”;+Typo line 203. class= instead of class:
Have a good day.
Benoit/
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Should use widget_title filter’ is closed to new replies.