do_action( 'clean_site_cache', string $id, WP_Site $blog, string $domain_path_key )

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


Parameters

$id

Site ID as a numeric string.

$blog

Site object.

$domain_path_key

md5 hash of domain and path.


Source

File: wp-includes/ms-site.php

View on GitHub



Changelog

Changelog
Version Description
4.6.0 Introduced.