WP_REST_Site_Health_Controller::test_authorization_header()

Checks that the authorization header is valid.

Return

(array)

Source

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

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

Changelog

Version Description
5.6.0 Introduced.

© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_rest_site_health_controller/test_authorization_header