Add the following code to you theme’s function.php file, or a functionality plugin to remove the admin update nags.
<?php
add_action('admin_menu','wphidenag');
function wphidenag() {
remove_action( 'admin_notices', 'update_nag', 3 );
}
Just The Tech, News, and Info We Deem To Post
Share Your Two Cents