Skip to content

Instantly share code, notes, and snippets.

@og-shawn-crigger
Forked from jcanfield/wp-config.php
Created June 9, 2013 23:38
Show Gist options
  • Save og-shawn-crigger/5745728 to your computer and use it in GitHub Desktop.
Save og-shawn-crigger/5745728 to your computer and use it in GitHub Desktop.

Revisions

  1. og-shawn-crigger revised this gist Jun 9, 2013. No changes.
  2. @jcanfield jcanfield created this gist Jun 5, 2013.
    4 changes: 4 additions & 0 deletions wp-config.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    @ini_set('display_errors',0); /* define('WP_DEBUG', false); */
    define('WP_DEBUG', true); // Turn debugging ON
    define('WP_DEBUG_DISPLAY', false); // Turn forced display OFF
    define('WP_DEBUG_LOG', true);