Skip to content

Instantly share code, notes, and snippets.

@karlazz
Created October 2, 2014 22:17
Show Gist options
  • Select an option

  • Save karlazz/019ed5666079ec9a3f9c to your computer and use it in GitHub Desktop.

Select an option

Save karlazz/019ed5666079ec9a3f9c to your computer and use it in GitHub Desktop.
redirect debug output to debug.log with wordpress
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment