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



clean_term_cache › WordPress Action Hooks

Seit4.5.0
Veraltetn/v
do_action( 'clean_term_cache', $ids, $taxonomy, $clean_taxonomy )
Parameter: (3)
  • (array) $ids An array of term IDs.
    Erforderlich: Ja
  • (string) $taxonomy Taxonomy slug.
    Erforderlich: Ja
  • (bool) $clean_taxonomy Whether or not to clean taxonomy-wide caches
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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