Disable theme, plugin editor and plugin, core updates
10 Mai 2013, Posted by inAdding the first line to your wordpress wp-config.php file will disable theme and plugin editor. Adding the second line to your wordpress wp-config.php file will disable plugin and core updates.
define(‘DISALLOW_FILE_EDIT’,true); // theme, plugin define(‘DISALLOW_FILE_MODS’,true); // core, plugin