WordPress Plugin: Disable WordPress Core Update

Latest version: 1.4 – Released June 15th, 2012

Description

Completely disables the core update checking system in WordPress 2.3 and higher. It prevents WordPress from checking for updates, and prevents any notifications from being displayed in the admin area. Ideal for administrators of multiple WordPress installations.

Why would I want to disable it?

Most people should not disable this feature. It’s a fantastic feature of WordPress and I’m fully in support of it. However, administrators who maintain multiple installations of WordPress on behalf of other people (eg. clients, friends) may not want update notifications to be shown to the users of these installations. This plugin is for them.

Installation

This plugin is only for WordPress 2.3 and later. Earlier versions of WordPress did not have the core update notification system, therefore do not need this plugin.

Download the plugin using the link at the bottom of this page, unzip it and drop the folder straight into your wp-content/plugins directory. Activate it from WordPress’ Plugin panel.

Please note!

It’s very important that you keep your WordPress installation(s) up to date. If you don’t, your blog or website could be susceptible to security vulnerabilities. If you use this plugin, you must make sure you keep up to date with new WordPress releases and update your WordPress installation(s) as new versions are released.

Download

ZIP file from downloads.wordpress.org

You can also visit the plugin page on wordpress.org.

Any comments, questions, queries, suggestions, complaints, etc, please leave a comment below!

23 thoughts on “WordPress Plugin: Disable WordPress Core Update

  1. Dgold

    Awesomely important for my client’s sites / sites with authors.

    The Admin already knows when WP needs to be updated. The admin gets emails and RSS from WordPress that informs us adequately.

    When the yellow line popped up in my author’s admin, that was just scary and telling them to update software which they know nothing about. It actually said “Tell your admin to update”, which was aggravating.

    Thank you for fixing this, with the plugin.

  2. enbe

    Thanks for this great plugin. I use this on some sites. This should be implemented into wordpress by default, as most users only get nervous when they see the “update now” notification…

  3. Joaquin L. Robles

    Hi, awesome plugin, I found it pretty useful, but it would be very nice if we could choose wich wordpress roles won’t see the update alerts, because me as an admin would prefer to be noticed of new available updates but not my Authors, or Editors, for instance…

  4. Rose

    I was wondering if there was any way to donate to your site. This plugin rocks and I would love to contribute to your efforts!

  5. Henk

    Great, found your plugins while researching why there was a constant delay when initially loading a site I was working on.. Now From +/- 3 secs down to 0.65 now according to Yslow

    I agree Joauin; it would be nice if it could distinguish between roles… but for now super! Tnx.

  6. Thom

    Thanks for this plugin. I didn’t even know you can disable this feature. Sometime when I upgrade my WordPress too soon, things get out of wack with other plugins. Now I can enable or disable at will. hehe cool.

  7. roni

    very nice plug in. thank you! just install and play right? no more modifications or anything?

  8. Danny

    This plug-in WORKS FANTASTICALLY!!
    The install process was a breeze, I activated it and POOF no more annoying updates for plug-ins and wp core stuff. This is a wonderful tool to keep your client’s WP build looking clean and neat

  9. Dragisha

    Great plugin, very useful for me because I modified lots of files at the website, and while update they are replaced with new..
    Now I upgrade it every one-two months, and it works perfect!

  10. Rossi

    Really great plugin for those of us who maintain a lot of WP installations. It works just perfect.

    Thank you so much!

  11. Dhanapal

    Superb plugin. But there is one issue i found in this plugin.
    Please add these lines to disable update menu under dashboard.

    add_action(‘admin_menu’, ‘remove_menus’);
    function remove_menus()
    {
    global $submenu;
    remove_submenu_page ( ‘index.php’, ‘update-core.php’ ); //Dashboard->Updates
    }

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>