test
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
<?php
|
||||
/** Development */
|
||||
define('SAVEQUERIES', true);
|
||||
define('WP_DEBUG', true);
|
||||
define('SCRIPT_DEBUG', true);
|
||||
define('WP_DEBUG', false);
|
||||
define('WP_DEBUG_DISPLAY', false);
|
||||
define('WP_DEBUG_LOG', false);
|
||||
|
||||
define('SCRIPT_DEBUG', false);
|
||||
|
||||
define('DISABLE_WP_CRON', true);
|
||||
|
||||
ini_set('display_errors',0);
|
||||
ini_set('error_reporting', 0 );
|
||||
|
||||
/**
|
||||
* Use Dotenv to set required environment variables and load .local.env file
|
||||
|
||||
Reference in New Issue
Block a user