WP_REST_Site_Health_Controller::test_https_status(): array

In this article

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

Return

array

Source

public function test_https_status() {
	$this->load_admin_textdomain();
	return $this->site_health->get_test_https_status();
}

Changelog

VersionDescription
5.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.