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.
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.
Advertisement
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.
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.
Advertisement
WP_Site_Health::get_tests
Return a set of tests that belong to the site status page.
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.
Advertisement
WP_Site_Health::get_test_sql_server
Test if the SQL server is up to date.
WP_Site_Health::get_test_utf8mb4_support
Test if the database server is capable of using utf8mb4.
WP_Site_Health::get_test_dotorg_communication
Test if the site can communicate with WordPress.org.