How to Disable Plugin Auto Update
-
I know that this is not ideal, but we use GIT for our projects and we manage all code revisions.
We have set
define( ‘WP_AUTO_UPDATE_CORE’, false );However, your plugin still auto updates itself.
It updated from 6.0.7 to 6.0.8
We have a script that tracks all file changes that are not managed through GIT.Since we handle all file changes manually through a local environment then Staging then Production, we don’t want any file changes made on Production without us intentionally doing it.
How can we turn off the Auto Update for your Plugin.
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘How to Disable Plugin Auto Update’ is closed to new replies.