apply_filters( 'site_status_available_object_cache_services', string[] $services )

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.


Top ↑

Parameters

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

Top ↑

Source

File: wp-admin/includes/class-wp-site-health.php. View all references

return apply_filters( 'site_status_available_object_cache_services', $services );


Top ↑

Changelog

Changelog
Version Description
6.1.0 Introduced.

Top ↑

User Contributed Notes

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