do_action( ‘clean_site_cache’, string $id, WP_Site $blog, string $domain_path_key )

In this article

Fires immediately after a site has been removed from the object cache.

Parameters

$idstring
Site ID as a numeric string.
$blogWP_Site
Site object.
$domain_path_keystring
md5 hash of domain and path.

Source

do_action( 'clean_site_cache', $blog_id, $blog, $domain_path_key );

Changelog

VersionDescription
4.6.0Introduced.

User Contributed Notes

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