Skip to content

Instantly share code, notes, and snippets.

@landbryo
Created June 1, 2018 17:43
Show Gist options
  • Save landbryo/daa6d973d544db1ba06bf909be4a7d58 to your computer and use it in GitHub Desktop.
Save landbryo/daa6d973d544db1ba06bf909be4a7d58 to your computer and use it in GitHub Desktop.
This disables the notification letting you know how many plugins updates are available in WordPress. This is great when combined with a custom user role, but probably not a good idea to use this globally.
//////////////////////////////////
// DIABLE PLUGIN UPDATE COUNTER //
//////////////////////////////////
add_filter('site_transient_update_plugins', '__return_false');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment