Skip to content

Instantly share code, notes, and snippets.

@quangbahoa
Created November 19, 2014 03:00
Show Gist options
  • Save quangbahoa/98babb55bf87ee751e1a to your computer and use it in GitHub Desktop.
Save quangbahoa/98babb55bf87ee751e1a to your computer and use it in GitHub Desktop.
wp debug logging
// Enable WP_DEBUG mode
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors',0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment