Skip to content

Instantly share code, notes, and snippets.

@dsebao
Created January 2, 2019 12:44
Show Gist options
  • Save dsebao/d0ad8ce05f57d800affa7a4055ceead4 to your computer and use it in GitHub Desktop.
Save dsebao/d0ad8ce05f57d800affa7a4055ceead4 to your computer and use it in GitHub Desktop.
<?php
if (defined('WP_DEBUG_LOG') && WP_DEBUG_LOG) {
ini_set( 'error_log', WP_CONTENT_DIR . '/themes/{{themename}}/log.txt' );
}
<?php
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