We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42bca31 commit 534f266Copy full SHA for 534f266
bootstrap.php
@@ -10,6 +10,7 @@
10
define('WP_DEBUG_LOG', true);
11
define('WPMU_PLUGIN_DIR', './');
12
define('EMPTY_TRASH_DAYS', 30 * 86400);
13
+define('SCRIPT_DEBUG', false);
14
15
// Constants for expressing human-readable intervals.
16
define('MINUTE_IN_SECONDS', 60);
extension.neon
@@ -122,6 +122,7 @@ parameters:
122
- WP_CLI
123
- COOKIE_DOMAIN
124
- SAVEQUERIES
125
+ - SCRIPT_DEBUG
126
earlyTerminatingFunctionCalls:
127
- wp_die
128
- wp_send_json
0 commit comments