Skip to content

Instantly share code, notes, and snippets.

@adicahyaludin
Created September 19, 2019 15:24
Show Gist options
  • Save adicahyaludin/6294ff83c37b848328c5308f83dfea61 to your computer and use it in GitHub Desktop.
Save adicahyaludin/6294ff83c37b848328c5308f83dfea61 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.
*
* For information on other constants that can be used for debugging,
* visit the Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
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