WordPress отключить моды файлов

// On wp-config.php
// Disable WP CORE / PLUGINS / THEME Updates 
// And don't give the option to do so on the WP Panel
define('DISALLOW_FILE_MODS', true); 
gtamborero