apply_filters( ‘site_status_persistent_object_cache_url’, string $action_url )

In this article

Filters the action URL for the persistent object cache health check.

Parameters

$action_urlstring
Learn more link for persistent object cache health check.

Source

$action_url = apply_filters(
	'site_status_persistent_object_cache_url',
	/* translators: Localized Support reference. */
	__( 'https://wordpress.org/documentation/article/optimization/#persistent-object-cache' )
);

Changelog

VersionDescription
6.1.0Introduced.

User Contributed Notes

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