Last active
April 23, 2018 18:35
-
-
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.
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
define( 'DISALLOW_FILE_EDIT', true ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment