Runs the shutdown handler.
category_list_link_attributes
Filters the HTML attributes applied to a category list item’s anchor element.
users_have_additional_content
Filters whether the users being deleted have additional content associated with them outside of the `post_author` and `link_owner` relationships.
populate_site_meta
Filters meta for a site on creation.
Advertisement
WP_Site_Health::can_perform_loopback
Run a loopback test on our site.
WP_Site_Health::has_missed_cron
Check if any scheduled tasks have been missed.
WP_Site_Health::get_cron_tasks
Populate our list of cron events and store them to a class-wide variable.
WP_Site_Health::admin_body_class
Add a class to the body HTML tag.
Advertisement
WP_Site_Health::wp_schedule_test_init
Initiate the WP_Cron schedule test cases.
WP_Site_Health::get_tests
Return a set of tests that belong to the site status page.
WP_Site_Health::get_test_rest_availability
Test if the REST API is accessible.
WP_Site_Health::get_test_http_requests
Test if HTTP requests are blocked.
Advertisement
WP_Site_Health::get_test_loopback_requests
Test if loopbacks work as expected.
WP_Site_Health::get_test_background_updates
Test if WordPress can run automated background updates.
WP_Site_Health::get_test_scheduled_events
Test if scheduled events run as intended.