wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



clean_site_cache › WordPress Action Hooks

Seit4.6.0
Veraltetn/v
do_action( 'clean_site_cache', $blog_id, $blog, $domain_path_key )
Parameter: (3)
  • (string) $id Site ID as a numeric string.
    Erforderlich: Ja
  • (WP_Site) $blog Site object.
    Erforderlich: Ja
  • (string) $domain_path_key md5 hash of domain and path.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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