Skip to content

Instantly share code, notes, and snippets.

@kristarella
Created August 11, 2017 04:20
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 kristarella/e5667c17c40421526bab0c6bddf98099 to your computer and use it in GitHub Desktop.
Save kristarella/e5667c17c40421526bab0c6bddf98099 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