Last active
August 31, 2015 17:47
-
-
Save Willem-Siebe/cf166ec36b3f2e145903 to your computer and use it in GitHub Desktop.
Disable file editing WordPress, see https://yoast.com/articles/wordpress-security/.
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
/** Disable file editing in WordPress, see https://gist.github.com/Willem-Siebe/cf166ec36b3f2e145903. */ | |
define('DISALLOW_FILE_EDIT', true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment