Version: 1.2
Works with: 2.5 – 3.0.1

A simple plugin that will remove the

"WordPress 3.0.2 is available! Please update now"

message from the WordPress admin for all user levels below Administrator level (ie. anyone who cannot upgrade plugins). If you use WordPress and have other users, perhaps clients, logging in, you don't want to alarm them with the update message, so this removes it from their view.

The message is still visible to Administrators.

Instructions for use

  • Download the plugin
  • Extract the plugin and upload the PHP file to your plugins directory
  • Activate the plugin via the Admin panel and Plugins page

Any problems let me know!

NOTE: I am not recommending that you don't upgrade your version of WordPress. This is simply to remove the update notification from users who probably cannot upgrade the site anyway!

  • slee Comments:

    Wicked thanks Sarah, this will stop clients knowing there is an upgrade so we can update when we can schedule it in. clients always want it right now!

  • Sarah Comments:

    No problem Lee. It's been something I've been after for a while, just didn't realise how simple it was. I just prefer clients to not see that their version is maybe out of date as they may worry when there's good reason that it's not been updated.

    Got a couple of ideas for options on this too so will add those in once I have time.

  • Sarah Comments:

    This is now on the WordPress plugin repository :)

  • Pingback: New WordPress Plugin - Hide Update Reminder :: Stuff by Sarah

  • baron Comments:

    hi. Thanks for plugin

    perfect.

    Regards

  • Tony Comments:

    Awesome idea. This had always bothered me about WordPress and now I can fix it.

    Thanks!

  • Pingback: WordPress Plugin Releases for 12/18 | Weblog Tools Collection

  • Sarah Comments:

    Hey all, you're welcome. Cheers for the comments :)

  • Pingback: WordPress Plugin Releases for 12/18 | Wordpress Blog NL

  • Pingback: WordPress Plugin Releases for 12/18 | bloground.ro - Blogging resources, WordPress themes and plugins for your development

  • John H. Gohde Comments:

    "WordPress 2.7 is available! Please notify the site administrator."

    That is definite a security issue being deliberately created by WordPress. Thanks for this great plugin.

    It is the 4th step that I had to take in order to hide the version number of WordPress being run on my blog. Low level users, and especially new subscribers should NOT have access to this type of information.

  • Pingback: Naghies » Blog Archive » ?????? ??? ????

  • Pingback: WeblogToolsCollection Español » Archivo del Blog » Novedades Plugins de WordPress 18/12

  • Jacob Comments:

    Yes I just did the upgrade to 2.7 and I love the new dashboard once I found where everything was at.

  • Pingback: Remove Update Nag Reminders | John H. Gohde Unleashed

  • Jason Kemp Comments:

    Looks like the core update and plugin updates already had a plugin to manage the notification process over at

    http://wordpress.org/extend/pl.....n-updates/
    and the related one at
    http://wordpress.org/extend/pl.....n-updates/

    Not sure if they work the same way but it is one of the issues of having 3,800 plugins now that even using google it is hard to find everything.

    • Sarah Comments:

      Hi Jason. I already knew about that plugin however it is different in that it completely disables the update check, whereas I wanted the ability to simply hide the check from users that I didn't want seeing it (eg. editors and below). As an administrator I'd still rather see it, but I don't want my clients seeing the notice on every login and think I'm not doing my job by not upgrading the minute a new version is out.

      But you're right. With so many plugins there could be another version in there. I found that with other plugins in the past :)

  • Dragon Comments:

    Great plugin! Thank you very much. Just the other day I had a client calling into question my ability to run the site when he read the update reminder.

    Question: Can this be used/expanded to hide other elements of the admin panel that I don't want the clients to see?

    • Sarah Comments:

      I don't see why not. All I did was use a CSS rule to hide the div around the reminder. If you've okay with coding then just work out how to hide other elements with CSS and add that into the plugin file :)

  • spencerp Comments:

    Hey,

    I tried this plugin, but it's not working like supposed too! I uploaded the file to the wp-content/plugins/ directory, enabled it, and the update reminder is still there? Am I maybe doing something wrong? Thanks!

    • Sarah Comments:

      Hi Spencer, the plugin is designed to hide the notice from Editors and below. Are you logged in as an Administrator and checking it? That's the only real reason why you would still see the notice.

  • spencerp Comments:

    Yeah, I'm logged in as Administrator. Is there a way to hide it from Admins as well? I'm assuming there should be a way to hide it from Admins as well, if it can be hidden from users below the Administrator "rank"? Thanks.. :)

  • Sarah Comments:

    Yes it can by changing the user level value in the code from 10 to 11. However, I really wouldn't advise it. The idea of the plugin was to hide it from people who shouldn't see the current version or the fact it's out of date (eg. clients). Administrators are usually fully aware and should really be alerted when a new version is available.

    However if you change the value mentioned then you won't see the notice.

  • spencerp Comments:

    Thanks Sarah. :) Yeah, this was being asked / requested by "clients". Generally I update their blogs for them, and then keep an eye on their current blog versions for updates.

    And of course, they don't want to upgrade to the 2.7 branch, so they asked if that reminder could be removed. Thanks for telling me how to hide it from Admins though, that's awesome! :D

  • spencerp Comments:

    Actually, are you sure it's "11"? I just tried it again, and it's still showing.. Hmm…

    EDIT: Nevermind, it's working. The plugin was deactivated. LOL! Thanks again Sarah!! :D

  • Sarah Comments:

    Admin's should have a userlevel of 10 so yes changing it to 11 should work. Otherwise, just take the if statement out ie.

    if ($userlevel < 10) :

    and take out the corresponding closing endif. Then it'll automatically hide for everyone.

  • spencerp Comments:

    Thanks again Sarah. :) I just up-ed the number to 11, and activated the plugin. I just forgot I had it deactivated earlier lol. I'll keep this page bookmarked for future reference. ;) :) The "clients" will be happy now! :D

  • Pingback: My new favorite Wordpress plugin | Michelle McGinnis

  • Leave a Reply

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