apply_filters instead of add_filter in unread-posts.php
-
Hi.
Thanks for the plugin and the great tutorial at premiumwpmudev.Maybe I’m wrong but I think that at /unread-posts.php the line 24
add_filter( 'up/handler', $up_unread_posts_handler );
should be:
apply_filters( 'up/handler', $up_unread_posts_handler );
in order to allow other plugins to hook there.
- The topic ‘apply_filters instead of add_filter in unread-posts.php’ is closed to new replies.