Kruncher
Member
Posted 1 year ago #
I have modified one of the plugins which I have downloaded into my WordPress configuration and would like to disable update checking for this plugin to avoid accidental loss of customizations.
I thought that there was a function for this, but I cannot remember where I saw it. Any advice would be greatly appreciated!
Thanks,
Lea Hayes
ivanoats
Member
Posted 1 year ago #
Did you ever figure out a solution for this? I am interested too.
Thanks,
Ivan
You would have to edit the plugin file's version so it is higher than any update.
You could try to CHMOD the plugin directory so that it couldn't be modified by WP. Or, use a function that actually disables the update check - this is nice because your client cannot see that an update is available.
http://developersmind.com/2010/06/12/preventing-wordpress-from-checking-for-updates-for-a-plugin/?replytocom=81
ivanoats
Member
Posted 1 year ago #
Thanks Mahalie! Always nice to see another Seattle PHP dev in here on wordpress.org