Prevent users, clients or hackers screwing up your site
Do you want to prevent users, clients or hackers screwing up your site? Add this snippet to your wp-config.php file and the ability to edit themes or plugins via the WordPress dashboard are disabled
// prevent edits via the dashboard define( 'DISALLOW_FILE_EDIT', true);