How to hide new votings count in dashboard menu?

You can simply use following hook to hide new votings counter in wp ulike admin dashboard menu:

<?php
add_filter( 'wp_ulike_display_admin_new_likes', '__return_false' );
view raw wp-ulike.php hosted with ❤ by GitHub
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us