Sets up this cookie object.
WP_Fatal_Error_Handler::handle
Runs the shutdown handler.
WP_Fatal_Error_Handler::detect_error
Detects the error causing the crash if it should be handled.
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.
Advertisement
WP_Fatal_Error_Handler::display_error_template
Displays the PHP error template and sends the HTTP status code, typically 500.
WP_Fatal_Error_Handler::display_default_error_template
Displays the default PHP error template.
WP_Site_Health::get_test_loopback_requests
Test if loopbacks work as expected.
WP_Site_Health::get_test_http_requests
Test if HTTP requests are blocked.
Advertisement
WP_Site_Health::get_test_rest_availability
Test if the REST API is accessible.
WP_Site_Health::get_tests
Return a set of tests that belong to the site status page.
WP_Site_Health::admin_body_class
Add a class to the body HTML tag.
WP_Site_Health::wp_schedule_test_init
Initiate the WP_Cron schedule test cases.
Advertisement
WP_Site_Health::get_cron_tasks
Populate our list of cron events and store them to a class-wide variable.
WP_Site_Health::has_missed_cron
Check if any scheduled tasks have been missed.
WP_Site_Health::can_perform_loopback
Run a loopback test on our site.