Use this code snippet to prevent WP from auto-updating itself
Snippet Type
Save to wp-config.php
Snippet
define( 'WP_AUTO_UPDATE_CORE', false );
Use this code snippet to prevent WP from auto-updating itself
Snippet Type
Save to wp-config.php
Snippet
define( 'WP_AUTO_UPDATE_CORE', false );