Description
Fires immediately after a site has been removed from the object cache.
Occurrences
Filename | Line Number |
---|---|
wp-includes/ms-site.php | 1007 |
Parameters
Type | Name | Description |
---|---|---|
string | $id | Site ID as a numeric string. |
WP_Site | $blog | Site object. |
string | $domain_path_key | md5 hash of domain and path. |
PHP Doc
/**
* Fires immediately after a site has been removed from the object 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.
*/