WP Debug

// Enable WP_Debug mode.
define( 'WP_DEBUG', true );

// Keep logging to /wp-content/debug.log as a backup.
define( 'WP_DEBUG_LOG', true );

// Force errors to display on the screen for local development.
define( 'WP_DEBUG_DISPLAY', true );
@ini_set( 'display_errors', 1 );