Skip to content

Instantly share code, notes, and snippets.

@hothanhan
Last active August 29, 2015 14:22
Show Gist options
  • Save hothanhan/9c6c94ad80a582fa8df6 to your computer and use it in GitHub Desktop.
Save hothanhan/9c6c94ad80a582fa8df6 to your computer and use it in GitHub Desktop.
Disable the Plugin and Theme Editor
Open your wp-config.php file and add the following constant:
/** Disable the Plugin and Theme Editor */
define( 'DISALLOW_FILE_EDIT', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment