2024-12-12
This commit is contained in:
parent
ac0efab9b2
commit
0c39c95625
45 changed files with 827 additions and 319 deletions
|
|
@ -10,7 +10,7 @@ use function Env\env;
|
|||
|
||||
Config::define("SAVEQUERIES", true);
|
||||
Config::define("WP_DEBUG", true);
|
||||
Config::define("WP_DEBUG_DISPLAY", true);
|
||||
Config::define("WP_DEBUG_DISPLAY", false);
|
||||
Config::define("WP_DEBUG_LOG", env("WP_DEBUG_LOG") ?? true);
|
||||
Config::define("WP_DISABLE_FATAL_ERROR_HANDLER", true);
|
||||
Config::define("SCRIPT_DEBUG", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue