WordPress Editor link missing in admin
If the “Editor” link inside “Appearance” in the WordPress admin is missing or you wish to hide this function, just remove/or add this line from your wp-config.php file inside your WordPress installation.
define('DISALLOW_FILE_EDIT', true);