does this line of code disables all updates?
define( 'AUTOMATIC_UPDATER_DISABLED', true );
I mean, all core, minor, plugin, themes, etc.?
does this line of code disables all updates?
define( 'AUTOMATIC_UPDATER_DISABLED', true );
I mean, all core, minor, plugin, themes, etc.?
Comments are closed.
Yes it will disable the automatic installation of new updates but It will still check for new updates and display them.
If you’re going to apply some patches you can still do it manually.