Skip to content

Instantly share code, notes, and snippets.

@Alimir
Created September 1, 2021 12:45
Hide wp ulike menu bubble notifications
<?php
add_filter( 'wp_ulike_display_admin_new_likes', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment