Skip to content

Instantly share code, notes, and snippets.

@Alimir
Created September 1, 2021 12:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Alimir/6366d5b7afba2cedb9232adc4cde361c to your computer and use it in GitHub Desktop.
Save Alimir/6366d5b7afba2cedb9232adc4cde361c to your computer and use it in GitHub Desktop.
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