Filter hook 'site_status_persistent_object_cache_thresholds'

in WP Core File wp-admin/includes/class-wp-site-health.php at line 3542

Description

Filters the thresholds used to determine whether to suggest the use of a persistent object cache.

Occurrences

Filename Line Number
wp-admin/includes/class-wp-site-health.php 3542

Parameters

Type Name Description
int[] $thresholds The list of threshold numbers keyed by threshold name.

PHP Doc

/**
		 * Filters the thresholds used to determine whether to suggest the use of a persistent object cache.
		 *
		 * @since 6.1.0
		 *
		 * @param int[] $thresholds The list of threshold numbers keyed by threshold name.
		 */