Last active
August 29, 2015 14:22
-
-
Save hothanhan/9c6c94ad80a582fa8df6 to your computer and use it in GitHub Desktop.
Disable the Plugin and Theme Editor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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