Skip to content

Instantly share code, notes, and snippets.

@nicon-dev
Created December 11, 2014 10:25
Show Gist options
  • Save nicon-dev/7b68002fbd62243ff42e to your computer and use it in GitHub Desktop.
Save nicon-dev/7b68002fbd62243ff42e to your computer and use it in GitHub Desktop.
wp-config DEBUG settings #wordpress #debug
/**
* 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);
define('WP_DEBUG_LOG', false);
define('WP_DEBUG_DISPLAY', false);
@ini_set('display_errors', 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment