WP_REST_Site_Health_Controller::test_loopback_requests(): array
Checks that loopbacks can be performed.
Return
array
Source
File: wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php
.
View all references
public function test_loopback_requests() {
$this->load_admin_textdomain();
return $this->site_health->get_test_loopback_requests();
}
Changelog
Version | Description |
---|---|
5.6.0 | Introduced. |