Inserts an attachment.
WP_Site_Icon::create_attachment_object
Creates an attachment ‘object’.
WP_Site_Icon::__construct
Registers actions and filters.
WP_Site_Health::wp_cron_scheduled_check
Run our scheduled event to check and update the latest site health status for the website.
Advertisement
WP_Site_Health::maybe_create_scheduled_event
Create a weekly cron event, if one does not already exist.
WP_Site_Health::can_perform_loopback
Run a loopback test on our site.
WP_Site_Health::has_late_cron
Check if any scheduled tasks are late.
WP_Site_Health::has_missed_cron
Check if any scheduled tasks have been missed.
Advertisement
WP_Site_Health::get_cron_tasks
Populate our list of cron events and store them to a class-wide variable.
WP_Site_Health::wp_schedule_test_init
Initiate the WP_Cron schedule test cases.
WP_Site_Health::admin_body_class
Add a class to the body HTML tag.
WP_Site_Health::get_tests
Return a set of tests that belong to the site status page.
Advertisement
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.
WP_Site_Health::get_test_loopback_requests
Test if loopbacks work as expected.