Created
June 1, 2018 17:43
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
////////////////////////////////// | |
// 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