Created
January 11, 2021 13:09
-
-
Save thetwopct/ad76e708c90f41bbc1bb2dfcc03bfe72 to your computer and use it in GitHub Desktop.
Prevent WordPress theme editing in the WordPress Admin dashboard
This file contains hidden or 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 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