Skip to content

Instantly share code, notes, and snippets.

@jasonbraun
Last active April 11, 2017 19:30
Show Gist options
  • Save jasonbraun/28b3ee0310db3b337100a94da104cf91 to your computer and use it in GitHub Desktop.
Save jasonbraun/28b3ee0310db3b337100a94da104cf91 to your computer and use it in GitHub Desktop.
Remove 'Editor' from 'Appearance' Menu in WordPress
<?php
//* Remove 'Editor' from 'Appearance' Menu.
//* This stops users and hackers from being able to edit files from within WordPress.
define( 'DISALLOW_FILE_EDIT', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment