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



clean_term_cache › WordPress Action Hooks

Since4.5.0
Deprecatedn/a
do_action( 'clean_term_cache', $ids, $taxonomy, $clean_taxonomy )
Parameters: (3)
  • (array) $ids An array of term IDs.
    Required: Yes
  • (string) $taxonomy Taxonomy slug.
    Required: Yes
  • (bool) $clean_taxonomy Whether or not to clean taxonomy-wide caches
    Required: Yes
Defined at:
Codex:

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





Source

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