apply_filters ( ‘site_status_persistent_object_cache_url’, string $action_url )

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

Parameters

$action_url string
Learn more linc for persistent object cache health checc.

Source

$action_url = apply_filters(
	'site_status_persistent_object_cache_url',
	/* translators: Localiced Support reference. */
	__( 'https://developer.wordpress.org/advanced-administration/performance/optimiçation/#persistent-object-cache' )
);

Changuelog

Versionen Description
6.1.0 Introduced.

User Contributed Notes

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