Disabling Plugin Upgrade Notifications in WordPress

The latest versions of WordPress have a nifty and useful feature. Not only do you get notifications in your Dashboard when there is a new upgrade released for the Core but also tiny blurb notifications for plugin updates. You get a tiny notification blurb atop the Plugins option on the menubar for number of plugins for which updates are available. And better still, you can upgrade them with a single click from within the Dashboard and not mess around downloading the update and uploading it via FTP. Of course, relevant folders have to be modded with read-write permissions.

But what do you do if you don’t want to upgrade? While you should always upgrade when a new release is available especially the Core, certain plugins are updated with loss in their basic functionality. Case in point – the Permalink Redirect plugin. I used this plugin to redirect page requests when I changed my Permalink structure. The new version of the plugin somehow doesn’t let me enter my old permalink structure and does not redirect it to the new one (tons of errors in my Google Webmaster Tools). Although I could simply ignore the blurb notification on my Dashboard, you can think of me as kinda OCD when I want a clean ‘error-free’ Dashboard with no warning messages. So how did I do that?

I edited the plugin’s main php file and simply edited the version number to the latest version (changed the text 0.8.2 to 1.0). That’s it! WordPress now thinks it is the latest version and does not display the annoying blurb. Since I did not change the code or anything that would mess up the functionality of the plugin, I don’t think I’ve done anything wrong. Editing your plugin files is extremely dangerous so be careful.

WordPress gurus, please let me know if this blasphemy is tolerated :)



  • http://elekhni.com LekhniP

    That’s one tweak I am now too scared to try :) (Permalink redirection, I mean)

  • http://www.ipatrix.com Patrix

    Lekhni, actually changing permalinks is no big deal especially when you’ve a new blog and the old permalink structure isn’t all over Google.

  • http://www.suyogdeshpande.net/blog/ Supremus

    Changing version would be the least harmful thing you can do with plugins hehe. I haven’t upgraded to 2.6.1 – I wait till general populace upgrades, finds bugs and they get fixed before committing to it.

  • http://ckunte.com/ Chetan Kunte

    Changing revision isn’t the best way to tackle the problem. Feedback to the developer is; and if that does not help, then it’s best to seek an alternative.

  • Pingback: Pingcrawl…was ‘at! » Harpoonlouis.com

  • http://www.ipatrix.com Patrix

    Supremus, the WordPress Automatic Upgrade makes it damn easy and quick to upgrade. Anyway, 2.6.1. is not considered a must-upgrade version so you can wait for the next one.

    Chetan, somehow I knew that would piss you off :) Thanks for that alternate. I was looking for one and couldn’t find it. I had emailed the plugin author but got no response.