Skip to content

Instantly share code, notes, and snippets.

@jartes
Created June 17, 2014 09:43
Show Gist options
  • Save jartes/5cd7c40750f6e1c6a1f1 to your computer and use it in GitHub Desktop.
Save jartes/5cd7c40750f6e1c6a1f1 to your computer and use it in GitHub Desktop.
WordPress wp-config.php Development
<?php
define('WP_DEBUG', true);
define('SCRIPT_DEBUG', true);
define('WP_DEBUG_DISPLAY', false);
define('SAVEQUERIES', true);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment