Skip to content

Instantly share code, notes, and snippets.

@Willem-Siebe
Last active August 31, 2015 17:47
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 Willem-Siebe/cf166ec36b3f2e145903 to your computer and use it in GitHub Desktop.
Save Willem-Siebe/cf166ec36b3f2e145903 to your computer and use it in GitHub Desktop.
Disable file editing WordPress, see https://yoast.com/articles/wordpress-security/.
/** 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