WP_REST_Site_Health_Controller::test_authorization_header() public WP 5.6.0
Checks that the authorization header is valid.
{} It's a method of the class: WP_REST_Site_Health_Controller{}
No Hooks.
Return
Array.
Usage
$WP_REST_Site_Health_Controller = new WP_REST_Site_Health_Controller(); $WP_REST_Site_Health_Controller->test_authorization_header();
Changelog
Since 5.6.0 | Introduced. |
Code of WP_REST_Site_Health_Controller::test_authorization_header() WP REST Site Health Controller::test authorization header WP 5.6
public function test_authorization_header() {
$this->load_admin_textdomain();
return $this->site_health->get_test_authorization_header();
}