apply_filters( 'wp_fatal_error_handler_enabled', bool $enabled )
Filters whether the fatal error handler is enabled.
Description Description
Parameters Parameters
- $enabled
-
(bool) True if the fatal error handler is enabled, false otherwise.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |