WP_REST_Site_Health_Controller::test_authorization_header(): array

In this article

Checks that the authorization header is valid.

Return

array

Source

public function test_authorization_header() {
	$this->load_admin_textdomain();
	return $this->site_health->get_test_authorization_header();
}

Changelog

VersionDescription
5.6.0Introduced.

User Contributed Notes

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