WP_REST_Site_Health_Controller::test_dotorg_communication(): array

In this article

Checks that the site can reach the WordPress.org API.

Return

array

Source

public function test_dotorg_communication() {
	$this->load_admin_textdomain();
	return $this->site_health->get_test_dotorg_communication();
}

Changelog

VersionDescription
5.6.0Introduced.

User Contributed Notes

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