Skip to content

Instantly share code, notes, and snippets.

@gregrickaby
Last active September 26, 2022 04:15
Show Gist options
  • Select an option

  • Save gregrickaby/39d2d598c68ca6338114 to your computer and use it in GitHub Desktop.

Select an option

Save gregrickaby/39d2d598c68ca6338114 to your computer and use it in GitHub Desktop.

Revisions

  1. gregrickaby revised this gist Jun 2, 2015. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion wp-config.php
    Original file line number Diff line number Diff line change
    @@ -13,5 +13,4 @@
    define('JETPACK_DEV_DEBUG', true);
    define('WP_DEBUG_LOG', false);
    define('WP_DEBUG_DISPLAY', false);
    define('WP_CACHE', false);
    }
  2. gregrickaby created this gist Mar 24, 2015.
    17 changes: 17 additions & 0 deletions wp-config.php
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,17 @@
    <?php // do not include leading php tag

    /**
    * For developers: WordPress debugging mode.
    *
    * Change this to true to enable the display of notices during development.
    * It is strongly recommended that plugin and theme developers use WP_DEBUG
    * in their development environments.
    */
    define('WP_DEBUG', true);
    if (WP_DEBUG) {
    define('SCRIPT_DEBUG', true);
    define('JETPACK_DEV_DEBUG', true);
    define('WP_DEBUG_LOG', false);
    define('WP_DEBUG_DISPLAY', false);
    define('WP_CACHE', false);
    }