Created
May 7, 2020 07:39
-
-
Save andrejarh/c4d2bf5a1a1b0f3c501252a00f732a8b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
define('WP_DEBUG', true); | |
ini_set('log_errors',TRUE); | |
ini_set('error_reporting', E_ALL); | |
ini_set('error_log', dirname(__FILE__) . '/error_log.txt'); | |
ini_set('display_errors',1); | |
ini_set('display_startup_errors',1); | |
error_reporting(-1); | |
define('SCRIPT_DEBUG', true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment