Chris1
Regular Pleskian
Does switching off 'Automatic Updates' from within the Wordpress Toolkit also disable minor updates?
We have a client that is having problems with Wordpress version 4.5.3 and certain plugins. We have rolled it back to backup at version 4.5.2 but the Wordpress install keeps updating the minor version to 4.5.3.
We have tried putting the following into 'wp-config.php' but the minor update keeps occuring:
This leads to me to think that the Wordpress toolkit in Plesk might be still doing minor Wordpress updates?
Is it possible to detach a Wordpress install from the toolkit?
We have a client that is having problems with Wordpress version 4.5.3 and certain plugins. We have rolled it back to backup at version 4.5.2 but the Wordpress install keeps updating the minor version to 4.5.3.
We have tried putting the following into 'wp-config.php' but the minor update keeps occuring:
Code:
define( 'WP_AUTO_UPDATE_CORE', false );
This leads to me to think that the Wordpress toolkit in Plesk might be still doing minor Wordpress updates?
Is it possible to detach a Wordpress install from the toolkit?