Skip to content

Instantly share code, notes, and snippets.

@Nav-Appaiya
Created August 29, 2021 18:30
Show Gist options
  • Select an option

  • Save Nav-Appaiya/79353311154c5be40c3697c0ed2c9f90 to your computer and use it in GitHub Desktop.

Select an option

Save Nav-Appaiya/79353311154c5be40c3697c0ed2c9f90 to your computer and use it in GitHub Desktop.
wp-config.php with debug + Query Monitor options to define
define( 'WP_CACHE', false );
//define('QM_DB_EXPENSIVE', true);
define('QM_SHOW_ALL_HOOKS', false);
define('QM_DISABLE', true);
define('QM_HIDE_CORE_ACTIONS', true);
define('QM_DISABLE_ERROR_HANDLER', false);
define('QM_DARK_MODE', true);
define('QM_HIDE_SELF', true);
define( 'WP_DEBUG_LOG', false );
define( 'WP_DEBUG', false );
define( 'WP_DEBUG_DISPLAY', false );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment