Skip to content

Instantly share code, notes, and snippets.

@ingozoell
Created March 22, 2014 15:19
Show Gist options
  • Save ingozoell/9708838 to your computer and use it in GitHub Desktop.
Save ingozoell/9708838 to your computer and use it in GitHub Desktop.
WP_DEBUG_LOG: Fehlermeldungen für produktive WordPress-Seiten ausgeben From http://marketpress.de/2014/wp-debug-log-fehlermeldungen-in-wordpress-ausgeben/
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment