Skip to content

Instantly share code, notes, and snippets.

@mindcube
Created January 25, 2013 15:52
Show Gist options
  • Save mindcube/4635449 to your computer and use it in GitHub Desktop.
Save mindcube/4635449 to your computer and use it in GitHub Desktop.
PHP: Turn on PHP and debug warnings
// 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