This commit is contained in:
Almira Krdzic
2018-10-20 14:02:06 +02:00
parent 70d16f95c5
commit a61edbc984
4 changed files with 11 additions and 7 deletions

View File

@@ -8,8 +8,8 @@ define('WP_DEBUG_LOG', false);
define('SCRIPT_DEBUG', false);
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
ini_set('display_errors',EP_NONE);
ini_set('error_reporting', EP_NONE );
/** Disable all file modifications including updates and update notifications */
define('DISALLOW_FILE_MODS', true);