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.
WP_Site_Health::get_cron_tasks
Populate our list of cron events and store them to a class-wide variable.
Advertisement
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.
WP_Site_Health::get_test_background_updates
Test if WordPress can run automated background updates.
WP_Site_Health::get_test_loopback_requests
Test if loopbacks work as expected.
Advertisement
WP_Site_Health::get_test_http_requests
Test if HTTP requests are blocked.
WP_Site_Health::get_test_rest_availability
Test if the REST API is accessible.
WP_Site_Health::get_test_plugin_version
Test if plugins are outdated, or unnecessary.
WP_Site_Health::get_test_theme_version
Test if themes are outdated, or unnecessary.
Advertisement
WP_Site_Health::get_test_php_version
Test if the supplied PHP version is supported.
WP_Site_Health::test_php_extension_availability
Check if the passed extension or function are available.
WP_Site_Health::get_test_php_extensions
Test if required PHP modules are installed on the host.