Skip to content

Instantly share code, notes, and snippets.

@felixzapata
Created July 5, 2014 18:42
Show Gist options
  • Save felixzapata/b8acf86ab74b04514ae4 to your computer and use it in GitHub Desktop.
Save felixzapata/b8acf86ab74b04514ae4 to your computer and use it in GitHub Desktop.
Debug white screen page error 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