How do I disable plugin version checking?

I don’t want to see the message “A NEW VERSION OF THIS PLUGIN IS AVAILABLE”

Plugins that call the function plugin_version_check_for_updates will phone home to the Zen Cart ping server and check for version updates. Developers may refer to Plugin Tips for details.

This messaging may or may not always be desirable; for modules with external interfaces, it can be critical to stay up to date, but for plugins that do other things, updates may be optional.

If you do want to disable checking for a particular plugin, try the following:

  • Check the plugin’s Admin page and see if it has a setting to disable version checking.
  • Comment out the call to plugin_version_check_for_updates in this plugin’s code.



Still have questions? Use the Search box in the upper right, or try the full list of FAQs. If you can't find it there, head over to the Zen Cart support forum and ask there in the appropriate subforum. In your post, please include your Zen Cart and PHP versions, and a link to your site.

Is there an error or omission on this page? Please post to General Questions on the support forum. Or, if you'd like to open a pull request, just review the guidelines and get started. You can even PR right here.
Last modified July 21, 2022 by Scott C Wilson (53f1b4d).