Posted inTech Info
Disable Update Notifications and Maintenance Nags in WordPress
Insert the following code the functions.php file of your active theme. This code disables all the updates notifications regarding plugins, themes & WordPress completely. function remove_core_updates(){ global $wp_version;return(object) array('last_checked'=>…