Brizy plugin update breaks my website - how do I stop automatic updates to brizy plugin
If I update past Brizy plugin version 2.4.45, I cannot update my website any longer. As such I'm trying to keep the plugin from updating.
I've tried adding code to wp-config.php and the active theme's function.php but the plugin still keeps updating itself.
I've also used the Easy updates plugin but it cannot stop the plugin from updating either.
How can I disable automatic updates (or any updates) for the Brizy plugin?
-
Hi,
Thank you for reaching out to us, and I’m sorry to hear about the issue you’re experiencing.
To disable all automatic updates, including plugins, please add the following directive to your wp-config.php file:
// Disable all automatic updates, including plugins
define('AUTOMATIC_UPDATER_DISABLED', true);Place it just above the line that reads: /* That's all, stop editing! Happy publishing. */
Best regards,
Ariel H.0
Please sign in to leave a comment.
Comments
1 comment