Skip to content

Instantly share code, notes, and snippets.

@davidperezgar
Created November 3, 2015 11:36
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 davidperezgar/c73ebba602efedf828b9 to your computer and use it in GitHub Desktop.
Save davidperezgar/c73ebba602efedf828b9 to your computer and use it in GitHub Desktop.
WP Debug Active to a file - Recommended for Woocommerce
// Activate WP_DEBUG to a file
// file: /wp-content/uploads/debug.log
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors',0);
define('SCRIPT_DEBUG', true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment