Skip to content

Instantly share code, notes, and snippets.

@joshuafredrickson
Last active December 12, 2015 10:19
Show Gist options
  • Save joshuafredrickson/4757981 to your computer and use it in GitHub Desktop.
Save joshuafredrickson/4757981 to your computer and use it in GitHub Desktop.
WordPress: Disable Theme Editor - wp-config.php
/** Disable 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