WordPress debugging mode.
<?php
/**
* WordPress debugging mode.
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define('WP_DEBUG', true);
define('SCRIPT_DEBUG', false);
define('WP_DEBUG_LOG', WP_DEBUG);
define('WP_DEBUG_DISPLAY', WP_DEBUG);
@ini_set('display_errors', (WP_DEBUG_DISPLAY? 1 : 0));