Changeset 58071 for trunk/src/wp-admin/includes/class-wp-site-health.php
- Timestamp:
- 05/01/2024 11:42:24 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-site-health.php
r57926 r58071 3326 3326 * 3327 3327 * @return WP_Error|array { 3328 * Page cache detail or else a WP_Error if unable to determine.3329 * 3330 * @type string $status Page cache status. Good, Recommended or Critical.3331 * @type bool $advanced_cache_present Whether page cache plugin is available or not.3332 * @type string[] $headers Client caching response headers detected.3333 * @type float $response_time Response time of site.3328 * Page cache detail or else a WP_Error if unable to determine. 3329 * 3330 * @type string $status Page cache status. Good, Recommended or Critical. 3331 * @type bool $advanced_cache_present Whether page cache plugin is available or not. 3332 * @type string[] $headers Client caching response headers detected. 3333 * @type float $response_time Response time of site. 3334 3334 * } 3335 3335 */
Note: See TracChangeset
for help on using the changeset viewer.