WP_REST_Site_Health_Controller::test_dotorg_communication()
Checks that the site can reach the WordPress.org API.
{} 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_dotorg_communication();
Changelog
Since 5.6.0 | Introduced. |
Code of WP_REST_Site_Health_Controller::test_dotorg_communication() WP REST Site Health Controller::test dotorg communication WP 6.0
public function test_dotorg_communication() { $this->load_admin_textdomain(); return $this->site_health->get_test_dotorg_communication(); }