Skip to content

Instantly share code, notes, and snippets.

@UeldoTheme
Last active April 23, 2018 18:35
Show Gist options
  • Save UeldoTheme/3ed7f5c5eefe52de29fa1d08ec8df474 to your computer and use it in GitHub Desktop.
Save UeldoTheme/3ed7f5c5eefe52de29fa1d08ec8df474 to your computer and use it in GitHub Desktop.
Add this code to your "wp-config.php" WordPress file to disable file edition in your admin panel.
define( 'DISALLOW_FILE_EDIT', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment