Skip to content

Instantly share code, notes, and snippets.

@jeherve
Created May 17, 2017 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeherve/56b19f31f2d5a6265a10bebe09e03314 to your computer and use it in GitHub Desktop.
Save jeherve/56b19f31f2d5a6265a10bebe09e03314 to your computer and use it in GitHub Desktop.
define( 'WP_DEBUG', true );
if ( WP_DEBUG ) {
@error_reporting( E_ALL );
@ini_set( 'log_errors', true );
@ini_set( 'log_errors_max_len', '0' );
define( 'WP_DEBUG_LOG', true );
define( 'WP_DEBUG_DISPLAY', false );
define( 'CONCATENATE_SCRIPTS', false );
define( 'SAVEQUERIES', true );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment