WP_REST_Site_Health_Controller::test_https_status()
Checks that the site's frontend can be accessed over HTTPS.
{} 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_https_status();
Changelog
Since 5.7.0 | Introduced. |
Code of WP_REST_Site_Health_Controller::test_https_status() WP REST Site Health Controller::test https status WP 5.9.3
public function test_https_status() { $this->load_admin_textdomain(); return $this->site_health->get_test_https_status(); }