Clarification On Auto Updates for WP
-
I have read through many threads in this forum and there are conflicting tidbits of advice on how to disable auto updates in word press. I manually update all my user accounts on my server so I don’t want auto updates as it always causes issues when theme/plugins mess up their code and I am bombarded with angry people wanting me to re-instate their broken websites. Now I don’t accept new clients who want to fully manage their own backend and my current clients like my services as it frees up time for them to do other things like marketing etc.
Which is the right way to disable auto updates?
define( ‘WP_AUTO_UPDATE_CORE’, true ); – which I thought was the way to disable auto updates
define( ‘WP_AUTO_UPDATE_CORE’, false ); – which some threads state is the correct way to disable updates.
define( ‘AUTOMATIC_UPDATER_DISABLED’, true ); – which is what I would assume to be correctdefine( ‘AUTOMATIC_UPDATER_DISABLED’, false ); – which I assume means to allow auto updates
Or is there a better more accurate way to do this?
Thanks for your patience with me as I know this may sound like a stupid question but a couple of my sites are auto updating even with trying both of the above commands while the rest seem to function as they should by just giving me notification of pending updates.
The topic ‘Clarification On Auto Updates for WP’ is closed to new replies.