Skip to content

Commit

Permalink
Merge pull request #2 from weareflip/feature/ithemes-compatibility
Browse files Browse the repository at this point in the history
iThemes Security Plugin Compatibility Issue
  • Loading branch information
jeffory authored Oct 30, 2019
2 parents d1eaa03 + 202980a commit 82af763
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ public function boot() {
define('WP_AUTO_UPDATE_CORE', false);

// Disable code editor in administration
define('DISALLOW_FILE_EDIT', true);
if (!defined('DISALLOW_FILE_EDIT')) {
define('DISALLOW_FILE_EDIT', true);
}

// Disable theme handling
if (!defined('WP_USE_THEMES')) {
Expand Down

0 comments on commit 82af763

Please sign in to comment.