This commit is contained in:
Almira Krdzic
2018-10-20 13:46:02 +02:00
parent 5a42777500
commit 70d16f95c5
6 changed files with 69 additions and 25 deletions

View File

@@ -1,8 +1,18 @@
<?php
/** Development */
define('SAVEQUERIES', true);
define('WP_DEBUG', true);
define('SCRIPT_DEBUG', true);
define('SAVEQUERIES', false);
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);
define('WP_DEBUG_LOG', false);
define('SCRIPT_DEBUG', false);
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
/** Disable all file modifications including updates and update notifications */
define('DISALLOW_FILE_MODS', true);
/**
* Use Dotenv to set required environment variables and load .local.env file