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.
*/