Notifications
Clear all
Topic starter 07/10/2024 12:40 pm
How we can disable updates ?
Topic starter 07/10/2024 12:41 pm
You can stop the WordPress auto-update by adding the following code in your wp-config. php file: define( 'WP_AUTO_UPDATE_CORE', false); You can also use plugins like the Easy Updates Manager plugin that allow you to disable automatic updates.Mar 4, 2024
or
use a plugin.