Skip to content

Instantly share code, notes, and snippets.

@hothanhan
Forked from quangbahoa/wp-config.php
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save hothanhan/f4733790cf94d7fe585c to your computer and use it in GitHub Desktop.

Select an option

Save hothanhan/f4733790cf94d7fe585c to your computer and use it in GitHub Desktop.
// Enable WP_DEBUG mode
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
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