Disable file editing in dashboard

Disable file editing in dashboard

In the wp-config.php file add this line:
define('DISALLOW_FILE_EDIT', true);

Lock that code editor down. One less entry point for attackers. 🔒