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 string
Site ID as a numeric string.
$blog WP_Site
Site object.
$domain_path_key string
md5 hash of domain and path.

Top ↑

Source

File: wp-includes/ms-site.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
4.6.0 Introduced.

Top ↑

User Contributed Notes

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