Skip to content

Instantly share code, notes, and snippets.

@linkdigitaluk
Last active August 2, 2019 08:45
Show Gist options
  • Save linkdigitaluk/155f3662bbcbf03bd01498eb833a2055 to your computer and use it in GitHub Desktop.
Save linkdigitaluk/155f3662bbcbf03bd01498eb833a2055 to your computer and use it in GitHub Desktop.
[WordPress debug constant] WP_DEBUG options to enable and log errors but not show on the front-end #wordpress #wpconfig #php
/** WP Debug Settings */
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