apply_filters( ‘site_status_available_object_cache_services’, string[] $services )

In this article

Filters the persistent object cache services available to the user.

Description

This can be useful to hide or add services not included in the defaults.

Parameters

$servicesstring[]
The list of available persistent object cache services.

Source

return apply_filters( 'site_status_available_object_cache_services', $services );

Changelog

VersionDescription
6.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.