Created
September 16, 2017 23:15
-
-
Save robwent/01f029023d47c420db61fc562af51ac0 to your computer and use it in GitHub Desktop.
Wordpress development debug settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//define('WP_DEBUG', false); | |
define('WP_DEBUG', true); | |
define('WP_DEBUG_LOG', false); | |
define('WP_DEBUG_DISPLAY', true); | |
@ini_set('display_errors', 1); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment