The most annoying thing is when you update a plugin you’ve customiz and it overwrite what you’v done so far. Just like the MobilePress Plugin which its update changes everything.
By default, WordPress automatically check for plugins updates if available, and if yes, it recommended you to update the specific plugin. It is useful in most cases, but when building websites for clients you may not want them to updates plugins, for example if you modified a plugin especially for them. Here is an easy way to disable plugin updates on any WordPress blog.

This can be perfumed in many ways and in just an easy fast ways. This can be done manually and this can be done with the use of plugins.
How To “Automatically” Disable Plugin Update Notification In WordPress
To Disable Plugin Update Notification for all Plugin down and installed the Plugin bellow
To Disable specific plugin update (just one, two or more) download and install the plugin bellow
How To Manually Disable WordPress Plugin Update In WordPress
Assuming you wanted to disable plugin for different plugin mannually. Just follow the steps bellow.
1. Login to your WordPress Dashboard
2. Appearance > Editor > Function.php
and paste the bellow code at the very last line.
Lets say we are disabling update for mobilepress plugin. It will be as bellow.
add_filter( ‘site_transient_update_plugins’, ‘stop_plugin_update’ );
3. Save and thats all.
Note: To stop update from other plugin you will need to know their root name. To find this logon to your cpanel and navigate to
…wp-content/plugins/
there you’ll see the list of all your plugin click on anyone you wanted to disable update for, a .php file will be in that folder. Copy the name of the file and the folder name to replace the mobilepress we use in the code above.
Reasons Why You Should Not Stop Update Notifications
It is very important that you keep your WordPress plugins up to date. If you don’t, then your blog could be susceptible to security vulnerabilities or performance issues. Some developers or consultants like this ability because they do not want the clients to upgrade a plugin (just in-case if it breaks the site). This is not a very good reason. You are potentially risking security, performance, and additional features all because of a fear that the site will break down due to an upgrade. It does not take that long to downgrade a plugin if the site breaks.
Please do comment if any error occurs.
Incoming search terms:
- disable wordpress upgrade notification mail cpanel (2)
- how to stop plugins (2)
- comments notifications wordpress php (1)
- wordpress disable update notifications 2013 (1)
- wordpress disable update manual (1)
- wordpress disable facebook update plugin (1)
- most annoying wordpress plugin (1)
- how we stop update plugins in wordpress (1)
- how to stop update plugin messages (1)
- how to cancel plugin updates (1)




I’m Okaztle (Kazeem Azeez). A ”Young Friendly dude” from Oyo State in Nigerian.. I really love sharing what i know to people which is why i decided to work on the blog and carry out my heart desire which I’m sure will improve my living status.. I'm motivated to motivate people, being on blogger since 2009 and decided to work on the blog and share my knowledge with you....Add Me On 
Twitter: @vicotex2
says:
leme go and give it a try