ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php

WP_REST_Site_Health_Controller

Class: Core class for interacting with Site Health tests.

Source: wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php:17

Used by 0 functions | Uses 1 function

WP_REST_Site_Health_Controller::__construct()

Method: Site Health controller constructor.

Source: wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php:35

Used by 0 functions | Uses 0 functions

WP_REST_Site_Health_Controller::register_routes()

Method: Registers API routes.

Source: wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php:50

Used by 0 functions | Uses 1 function

WP_REST_Site_Health_Controller::validate_request_permission()

Method: Validates if the current user can request this REST endpoint.

Source: wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php:188

Used by 1 function | Uses 3 functions

site_health_test_rest_capability_{$check}

Filter Hook: Filters the capability needed to run a given Site Health check.

Source: wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php:199

Used by 1 function | Uses 0 functions

WP_REST_Site_Health_Controller::test_background_updates()

Method: Checks if background updates work as expected.

Source: wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php:211

Used by 0 functions | Uses 1 function

WP_REST_Site_Health_Controller::test_dotorg_communication()

Method: Checks that the site can reach the WordPress.org API.

Source: wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php:223

Used by 0 functions | Uses 1 function

WP_REST_Site_Health_Controller::test_loopback_requests()

Method: Checks that loopbacks can be performed.

Source: wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php:235

Used by 0 functions | Uses 1 function

WP_REST_Site_Health_Controller::test_https_status()

Method: Checks that the site’s frontend can be accessed over HTTPS.

Source: wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php:247

Used by 0 functions | Uses 1 function

WP_REST_Site_Health_Controller::test_authorization_header()

Method: Checks that the authorization header is valid.

Source: wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php:259

Used by 0 functions | Uses 1 function
1 2 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy