Skip to content

Instantly share code, notes, and snippets.

@jpmarchand
Last active June 1, 2017 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpmarchand/15dc4be95d76bd7ffe33 to your computer and use it in GitHub Desktop.
Save jpmarchand/15dc4be95d76bd7ffe33 to your computer and use it in GitHub Desktop.
Disable theme and plugin editors from WordPress admin panel. Source: http://www.wpbeginner.com/wp-tutorials/how-to-disable-theme-and-plugin-editors-from-wordpress-admin-panel/
<?php
//* Disable both theme and plugin editors from WordPress admin panel
define( 'DISALLOW_FILE_EDIT', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment