forum share
   textsms      forum    

Remove Core Updates for WordPress

INDEX \ Articole/intrebari \ Remove Core Updates for WordPress

Remove Core Updates for WordPress

text_format+  text_format-


Copy/Paste this code on your theme > functions.php (located in your wp-content/themes/)

/* Remove Core Updates for WP */
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');





update Ultima actualizare: 23/01/2017
done Informatiile cuprinse in aceasta sectiune sunt verificate si actualizate periodic.

list Articole recente
arrow_back Inapoi


© 2025 EVIDWEB. Toate drepturile rezervate. Design: EVIDWEB

share   forum   textsms