Disable File Editing function

There is no “Enable” button I’m aware of, but if you want to fully disable file editing, then that’s easy.

https://codex.wordpress.org/Hardening_WordPress#Disable_File_Editing

Add this line to your wp-config.php file:

define('DISALLOW_FILE_EDIT', true);

No more file editing in WordPress.