Disabling theme and plugin editors in WordPress is quite easy.
Simply edit your wp-config.php file and paste the following code just before the line that says ‘That’s all, stop editing! Happy publishing’ :
define( 'DISALLOW_FILE_EDIT', true );
You can now save your changes and upload the file back to your website.