wpseek.com
A WordPress-centric search engine for devs and theme authors



clean_site_cache › WordPress Action Hooks

Since4.6.0
Deprecatedn/a
do_action( 'clean_site_cache', $blog_id, $blog, $domain_path_key )
Parameters: (3)
  • (string) $id Site ID as a numeric string.
    Required: Yes
  • (WP_Site) $blog Site object.
    Required: Yes
  • (string) $domain_path_key md5 hash of domain and path.
    Required: Yes
Defined at:
Codex:

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





Source

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