Skip to content

Instantly share code, notes, and snippets.

@dbrosy
Created November 30, 2017 03:48
Show Gist options
  • Save dbrosy/5f84038e64775d45f2aab956c962efb0 to your computer and use it in GitHub Desktop.
Save dbrosy/5f84038e64775d45f2aab956c962efb0 to your computer and use it in GitHub Desktop.
/**
*
* Debugging
*
*/
define( 'WP_DEBUG', true ); /** Enable Debuging **/
define( 'WP_DEBUG_LOG', true ); /** Enable saving to log file in wp-content **/
define( 'WP_DEBUG_DISPLAY', false ); /** Enable showing errors on pages **/
define( 'SCRIPT_DEBUG', false ); /** Force loading of full scrips and stylesheets instead of minified versions **/
define( 'SAVEQUERIES', false ); /** For profiling and tuning performance
/**
*
* Debugging
*
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment