WP_REST_Site_Health_Controller
Methods
1 to 9 of 9
- WP_REST_Site_Health_Controller::get_directory_sizes() – Gets the current directory sizes for this install.
- WP_REST_Site_Health_Controller::get_item_schema() – Gets the schema for each site health test.
- WP_REST_Site_Health_Controller::test_authorization_header() – Checks that the authorization header is valid.
- WP_REST_Site_Health_Controller::test_background_updates() – Checks if background updates work as expected.
- WP_REST_Site_Health_Controller::test_dotorg_communication() – Checks that the site can reach the WordPress.org API.
- WP_REST_Site_Health_Controller::test_https_status() – Checks that the site’s frontend can be accessed over HTTPS.
- WP_REST_Site_Health_Controller::test_loopback_requests() – Checks that loopbacks can be performed.
- WP_REST_Site_Health_Controller::test_page_cache() – Checks that full page cache is active.
- WP_REST_Site_Health_Controller::validate_request_permission() – Validates if the current user can request this REST endpoint.