Desactivar Actualizaciones Wordpress

//functions.php
add_filter('auto_update_plugin','__return_false'); 
add_filter('auto_update_theme', '__return_false' ); 
 
//wp-config.php
define('WP_AUTO_UPDATE_CORE', false );