WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about clean_site_cache

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/ms-site.php do_action 989 /**
* 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.
*/

Hook Parameters

Parameter 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.