Skip to content

Instantly share code, notes, and snippets.

@lukecav
Last active December 30, 2021 09:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukecav/105c8621825c5a17e8204e77c76f90a8 to your computer and use it in GitHub Desktop.
Save lukecav/105c8621825c5a17e8204e77c76f90a8 to your computer and use it in GitHub Desktop.
iThemes Security Pro plugin constants that can be defined in a sites wp-config.php file
define(‘ITSEC_USE_CRON’, true);
define('ITSEC_DISABLE_MODULES', true);
define('ITSEC_DISABLE_TWO_FACTOR', true);
define('ITSEC_DISABLE_INACTIVE_USER_CHECK', true);
define(‘ITSEC_DEBUG’, true);