Filter hook 'site_status_available_object_cache_services'

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

Description

Filters the persistent object cache services available to the user. This can be useful to hide or add services not included in the defaults.

Occurrences

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

Parameters

Type Name Description
string[] $services The list of available persistent object cache services.

PHP Doc

/**
		 * Filters the persistent object cache services available to the user.
		 *
		 * This can be useful to hide or add services not included in the defaults.
		 *
		 * @since 6.1.0
		 *
		 * @param string[] $services The list of available persistent object cache services.
		 */