Skip to content

Instantly share code, notes, and snippets.

@mattmcgiv
Created March 4, 2015 23:30
Show Gist options
  • Select an option

  • Save mattmcgiv/1089236695578ee7b144 to your computer and use it in GitHub Desktop.

Select an option

Save mattmcgiv/1089236695578ee7b144 to your computer and use it in GitHub Desktop.
wordpress debugging
// Add this to wp-config.php
// Enable WP_DEBUG mode
define('WP_DEBUG', true);
// Enable Debug logging
define('WP_DEBUG_LOG', true);
/* PHP info will be logged to:
wp-content/debug.log
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment