WP_REST_Site_Health_Controller::test_page_cache(): array
Checks that full page cache is active.
Return
array The test result.
Source
File: wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php
.
View all references
public function test_page_cache() {
$this->load_admin_textdomain();
return $this->site_health->get_test_page_cache();
}
Changelog
Version | Description |
---|---|
6.1.0 | Introduced. |