Skip to content

Instantly share code, notes, and snippets.

@andrejarh
Created May 7, 2020 07:39
Show Gist options
  • Save andrejarh/c4d2bf5a1a1b0f3c501252a00f732a8b to your computer and use it in GitHub Desktop.
Save andrejarh/c4d2bf5a1a1b0f3c501252a00f732a8b to your computer and use it in GitHub Desktop.
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