I have a plugin that I know I never want to update. I am aware that this is NOT best practice, but in this case it must be done. Is there any way to stop WordPress from prompting me to auto-update a particular plugin (but still alert as normal for all other plugins).
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
you place this in your theme's functions.php
|
||||
|
T31os's answer was right: Increase the version number inside the plugin's main file.. eg. 99.9 ... and also make that same change inside the readme file for good measure(though i don't think that's actually required).. – t31os |
|||
|
|
|
Or you just rename it so it is 'not' the same plugin. |
|||
|
|

99.9...and also make that same change inside the readme file for good measure(though i don't think that's actually required).. – t31os Aug 9 '11 at 0:12