nice plugin, suggestion
-
Hi, nice widget plugin. It works well coded. you might want to be careful with the filters though. in this case:
$count = apply_filters ( 'count' ...
you might want to use filter names specific to your plugin to avoid conflicts. ie.
$count = apply_filters ( 'twrp_count' ...
thanks.
https://www.ads-software.com/extend/plugins/tw-recent-posts-widget/
- The topic ‘nice plugin, suggestion’ is closed to new replies.