Fires immediately after a site has been removed from the object cache.
$idstring$blogWP_Site$domain_path_keystringwp-includes/ms-site.php:1007clean_blog_cache() * @since 4.6.0 * * @param string $id Site ID as a numeric string. * @param WP_Site $blog Site object. * @param string $domain_path_key md5 hash of domain and path. */ do_action( 'clean_site_cache', $blog_id, $blog, $domain_path_key ); wp_cache_set_sites_last_changed(); /** * Fires after the blog details cache is cleared. *Introduced in 4.6.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.