Created
August 29, 2021 18:30
-
-
Save Nav-Appaiya/79353311154c5be40c3697c0ed2c9f90 to your computer and use it in GitHub Desktop.
wp-config.php with debug + Query Monitor options to define
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( '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