Developers beware…
-
This plugin sets its own error handler — which is in and of itself not a bad thing if properly executed, but it completely short-circuits normal PHP error handling, including WP_DEBUG and the new fatal error handling mechanism.
If you develop plugins while this plugin is active, and something in your code produces a fatal error, all you will see is the white screen of death.
- The topic ‘Developers beware…’ is closed to new replies.