Skip to content

Instantly share code, notes, and snippets.

@431824
Created January 4, 2019 08:52
Show Gist options
  • Save 431824/dfe3598d2bfc3fa9fcf8ac08efaa9d9b to your computer and use it in GitHub Desktop.
Save 431824/dfe3598d2bfc3fa9fcf8ac08efaa9d9b to your computer and use it in GitHub Desktop.
Activate debug mode in Wordpress
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