landbryo
6/1/2018 - 5:43 PM

Disable Plugin Update Counter

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');