Skip to content

Commit

Permalink
Merge pull request #434 from Log1x/patch-1
Browse files Browse the repository at this point in the history
Disable WordPress' built-in fatal error handler on development
  • Loading branch information
retlehs authored May 14, 2019
2 parents e109410 + 4b095b3 commit 3045d83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/environments/development.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
Config::define('SAVEQUERIES', true);
Config::define('WP_DEBUG', true);
Config::define('WP_DEBUG_DISPLAY', true);
Config::define('WP_DISABLE_FATAL_ERROR_HANDLER', true);
Config::define('SCRIPT_DEBUG', true);

ini_set('display_errors', 1);
Expand Down

0 comments on commit 3045d83

Please sign in to comment.