apply_filters( 'wp_fatal_error_handler_enabled', bool $enabled )

Filters whether the fatal error handler is enabled.


Description


Parameters

$enabled

(bool) True if the fatal error handler is enabled, false otherwise.


Top ↑

Source

File: wp-includes/error-protection.php

View on Trac


Top ↑

Changelog

Version Description
5.2.0 Introduced.