On the wp-config.php file look for the following code, either change 'true' to 'false' or simply delete the whole code (to enable) or vice versa (to disable) -------------------------------------------------- define ('DISALLOW_FILE_EDIT', true ); -------------- Change to -------------- define ('DISALLOW_FILE_EDIT', false );