Disable update checking of WordPress 3
August 14th, 2011 by Tkjune

When you designing a website for client with WordPress, you may not want your client click the "Upgrade" button for any reasons (mostly, by curiosity). We all know that it may cause unusable of customized theme. Here's how to disable it. Open functions.php of your theme and add following lines.
- add_filter('pre_site_transient_update_core', create_function('$a', "return null;")); // screening core update
- add_filter('pre_site_transient_update_plugins', create_function('$a', "return null;")); // screening plugin update
- add_filter('pre_site_transient_update_themes', create_function('$a', "return null;")); // screening theme update
Or
- remove_action('admin_init', '_maybe_update_core'); // forbid wp_version_check();
- remove_action('admin_init', '_maybe_update_plugins'); // forbid wp_update_plugins();
- remove_action('admin_init', '_maybe_update_themes'); // forbid wp_update_themes();
The second method is recommended that it removes the function in grain.
December 13th, 2011 at 7:51 pm
I just add this code line only and it works fine..
add_filter( 'pre_site_transient_update_core', create_function( '$a', "return null;" ) );
February 4th, 2012 at 6:46 pm
Whats up clever points.. now why didn’t i consider those? Off subject slightly, is that this page sample merely from an atypical set up or else do you use a personalized template. I use a webpage i’m seeking to enhance and nicely the visuals is likely one of many key things to complete on my list.
February 12th, 2012 at 10:54 am
Great operate! This is particularly the sort of stuff that should be spread close to the web. Shame on the lookup engines for not showing this things near the prime!
February 12th, 2012 at 2:28 pm
It looks to be so. Great post by the way!
February 18th, 2012 at 10:55 am
some car/trucks … some car/trucks have issues getting the power at start up because some car/truck models don’t have large enough wire to the bulb to get the power the ballast need some people don’t need them
February 18th, 2012 at 6:38 pm
I want to express appreciation to you just for rescuing me from this particular predicament. Right after researching throughout the world-wide-web and obtaining solutions which were not pleasant, I was thinking my entire life was done. Being alive devoid of the approaches to the difficulties you've resolved all through your good guide is a critical case, as well as those which might have in a negative way damaged my entire career if I hadn't encountered your site. Your primary talents and kindness in dealing with every part was priceless. I'm not sure what I would've done if I hadn't come across such a stuff like this. I can also now relish my future. Thanks for your time so much for your impressive and effective guide. I will not think twice to refer the website to any individual who will need guidelines on this topic.
February 19th, 2012 at 8:04 pm
We wish to thank you once more for the beautiful ideas you offered Jesse when preparing her post-graduate research and, most importantly, pertaining to providing the many ideas in one blog post. Provided we had known of your website a year ago, we will have been rescued from the useless measures we were participating in. Thank you very much.
February 20th, 2012 at 7:00 pm
Exactly where do you come up with this stuff
February 20th, 2012 at 7:38 pm
Thanks for the information provided! I was looking for this information for quite some time, but I wasn’t able to see a dependable source.
February 21st, 2012 at 1:11 pm
I am not sure where you're getting your information, but great topic. I needs to spend some time learning much more or understanding more. Thanks for great info I was looking for this Disable update checking of WordPress 3 | Laughing Means A Lot To Me for my mission.
February 22nd, 2012 at 5:00 am
I am incessantly thought about this, regards for posting .