Skip to content

Instantly share code, notes, and snippets.

@nocean
Last active August 17, 2020 13:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nocean/43098270769927ecdc7c28056b4b8b0c to your computer and use it in GitHub Desktop.
Save nocean/43098270769927ecdc7c28056b4b8b0c to your computer and use it in GitHub Desktop.
/**
* 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.
*/
if (!defined('WP_DEBUG')) {
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