site_status_persistent_object_cache_notes, $notes, $available_services
site_status_persistent_object_cache_notes, $notes, $available_services
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('site_status_persistent_object_cache_notes, $notes, $available_services') is found 1 times:
- /wp-admin/includes/class-wp-site-health.php line 2630
* * @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(