Disable update and edit plugins, themes WP
Paste to header wp-config.php
Change false -> true to disable update, install, remove plugins, themes
//disable edit plugin and themes
define('DISALLOW_FILE_EDIT', false);
//disable edit themes
define('DISALLOW_FILE_MODS',false);Last updated