Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save domantasg/34c254fb938f619a6c706017f7d0b8cb to your computer and use it in GitHub Desktop.
Save domantasg/34c254fb938f619a6c706017f7d0b8cb to your computer and use it in GitHub Desktop.
Enable WordPress Debug
error_reporting(E_ALL); ini_set(‘display_errors’,1);
define(‘WP_DEBUG’, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment