Snuf adlı üyeden alıntı: mesajı görüntüle
bildirimleri nasıl kapatabilirim peki yardımcı olurmusunuz
Temanızın function.php dosyasında en alt kısımlara şunları ekleyebilirsiniz.

function remove_core_updates(){
global $wp_version;return(object) array('last_checked'=> time(),'version_checked'=> $wp_version,);
}
add_filter('pre_site_transient_update_core','remove_core_updates');
add_filter('pre_site_transient_update_plugins','remove_core_updates');
add_filter('pre_site_transient_update_themes','remove_core_updates');