How to prevent Woocommerce automatically update?
-
I read many posts about WooCommerce automatically updating and causing the website to crash, but I cannot find any effective method to disable the WooCommerce update.
I tried the below code in wp-config.php, but neither worked:
define(‘AUTOMATIC_UPDATER_DISABLED’, true);
define( ‘WP_AUTO_UPDATE_CORE’, false );
Can anyone provide an effective solution to this?
(Plugin updates can be done manually. WooCommerce should respect the user’s right to choose how to update the plugin.)
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.