Created
January 25, 2013 15:52
-
-
Save mindcube/4635449 to your computer and use it in GitHub Desktop.
PHP: Turn on PHP and debug warnings
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
// Debug mode (uncomment below to enter debug mode) | |
define('WP_DEBUG', true); | |
error_reporting(E_ALL); | |
ini_set('display_errors', True); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment