WP_REST_Site_Health_Controller::test_background_updates(): array

Checks if background updates work as expected.


Return

array


Top ↑

Source

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

public function test_background_updates() {
	$this->load_admin_textdomain();
	return $this->site_health->get_test_background_updates();
}


Top ↑

Changelog

Changelog
Version Description
5.6.0 Introduced.

Top ↑

User Contributed Notes

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