Filters the second paragraph of the health check's description when suggesting the use of a persistent object cache.
$notesstring$available_servicesstring[]wp-admin/includes/class-wp-site-health.php:2630WP_Site_Health::get_test_persistent_object_cache() * * @since 6.1.0 * * @param string $notes The notes appended to the health check description. * @param string[] $available_services The list of available persistent object cache services. */ $notes = apply_filters( 'site_status_persistent_object_cache_notes', $notes, $available_services ); $result['status'] = 'recommended'; $result['label'] = __( 'You should use a persistent object cache' ); $result['description'] .= sprintf( '<p>%s</p>', wp_kses(Introduced in 6.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.