Displays the default PHP error template.
WP_Fatal_Error_Handler::display_error_template
Displays the PHP error template and sends the HTTP status code, typically 500.
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.
WP_Fatal_Error_Handler::detect_error
Detects the error causing the crash if it should be handled.
Advertisement
WP_Fatal_Error_Handler::handle
Runs the shutdown handler.
WP_Error::remove
Removes the specified error.
WP_Error::add_data
Add data for error code.
WP_Error::add
Add an error or append additional message to an existing error.
Advertisement
WP_Error::has_errors
Verify if the instance contains errors.
WP_Error::get_error_data
Retrieve error data for error code.
WP_Error::get_error_message
Get single error message.
WP_Error::get_error_messages
Retrieve all error messages or error messages matching code.
Advertisement
WP_Error::get_error_code
Retrieve first error code available.
WP_Error::get_error_codes
Retrieve all error codes.
WP_Error::__construct
Initialize the error.