For a Limited Time, Download a FREE copy of Professional Web Design e-book Vol. 2 by @smashingmag. Get yours today from

Disable update checking of WordPress 3

August 14th, 2011 by Tkjune

WordPress Update Check
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.

  1. add_filter('pre_site_transient_update_core', create_function('$a', "return null;")); // screening core update
  2. add_filter('pre_site_transient_update_plugins', create_function('$a', "return null;")); // screening plugin update
  3. add_filter('pre_site_transient_update_themes', create_function('$a', "return null;")); // screening theme update

Or

  1. remove_action('admin_init', '_maybe_update_core'); // forbid wp_version_check();
  2. remove_action('admin_init', '_maybe_update_plugins'); // forbid wp_update_plugins();
  3. remove_action('admin_init', '_maybe_update_themes'); // forbid wp_update_themes();

The second method is recommended that it removes the function in grain.

11 Responses to “Disable update checking of WordPress 3”

  1. Tushar Says:

    I just add this code line only and it works fine..

    add_filter( 'pre_site_transient_update_core', create_function( '$a', "return null;" ) );

  2. Livrare pizza Bucuresti Says:

    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.

  3. Vimax Brasil Says:

    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!

  4. seo software Says:

    It looks to be so. Great post by the way!

  5. hid kit Says:

    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

  6. Mistie Lassalle Says:

    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.

  7. Martin Daversa Says:

    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.

  8. barclays banking internet Says:

    Exactly where do you come up with this stuff

  9. wayfinding Says:

    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.

  10. Best Android widgets Says:

    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.

  11. Patrice Helms Says:

    I am incessantly thought about this, regards for posting .

Leave a Reply