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



clean_term_cache › Les Actions WordPress

Depuis4.5.0
Dépréciéen/a
do_action( 'clean_term_cache', $ids, $taxonomy, $clean_taxonomy )
Paramètres: (3)
  • (array) $ids An array of term IDs.
    Requis: Oui
  • (string) $taxonomy Taxonomy slug.
    Requis: Oui
  • (bool) $clean_taxonomy Whether or not to clean taxonomy-wide caches
    Requis: Oui
Défini(e) dans:
Codex:

Fires once after each taxonomy's term cache has been cleaned.





Source

do_action( 'clean_term_cache', $ids, $taxonomy, $clean_taxonomy );