Parsed: 116485
<?php /** * Error Protection API: WP_Fatal_Error_Handler class * * @package WordPress * @since 5.2.0 */ #[AllowDynamicProperties] /* class WP_Fatal_Error_Handler */ /* function WP_Fatal_Error_Handler::handle() – Runs the shutdown handler. */ /* function WP_Fatal_Error_Handler::detect_error() – Detects the error causing the crash if it should be handled. */ /* function WP_Fatal_Error_Handler::should_handle_error() – Determines whether we are dealing with an error that WordPress should handle in order to protect the admin backend against WSODs. */ /* function WP_Fatal_Error_Handler::display_error_template() – Displays the PHP error template and sends the HTTP status code, typically 500. */ /* function WP_Fatal_Error_Handler::display_default_error_template() – Displays the default PHP error template. */