Skip to content

Instantly share code, notes, and snippets.

@thetwopct
Created January 11, 2021 13:09
Show Gist options
  • Save thetwopct/ad76e708c90f41bbc1bb2dfcc03bfe72 to your computer and use it in GitHub Desktop.
Save thetwopct/ad76e708c90f41bbc1bb2dfcc03bfe72 to your computer and use it in GitHub Desktop.
Prevent WordPress theme editing in the WordPress Admin dashboard
# Disable theme editing in WordPress.
define( 'DISALLOW_FILE_EDIT', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment