wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



clean_site_cache › Les Actions WordPress

Depuis4.6.0
Dépréciéen/a
do_action( 'clean_site_cache', $blog_id, $blog, $domain_path_key )
Paramètres: (3)
  • (string) $id Site ID as a numeric string.
    Requis: Oui
  • (WP_Site) $blog Site object.
    Requis: Oui
  • (string) $domain_path_key md5 hash of domain and path.
    Requis: Oui
Défini(e) dans:
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 );