We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5034de8 commit 7d31e20Copy full SHA for 7d31e20
remove-theme-editor.php
@@ -8,4 +8,6 @@
8
Author URI: https://www.yannkozon.com
9
*/
10
11
-define( 'DISALLOW_FILE_EDIT', true );
+if ( ! defined( 'DISALLOW_FILE_EDIT' ) ) {
12
+ define( 'DISALLOW_FILE_EDIT', true );
13
+}
0 commit comments