do_action( 'clean_term_cache', array $ids , string $taxonomy , bool $clean_taxonomy )
Fires once after each taxonomy’s term cache has been cleaned.
Parameters
- $ids
-
An array of term IDs.
- $taxonomy
-
Taxonomy slug.
- $clean_taxonomy
-
Whether or not to clean taxonomy-wide caches
Source
File: wp-includes/taxonomy.php
Changelog
Version | Description |
---|---|
WP-4.5.0 | Added the $clean_taxonomy parameter. |
WP-2.5.0 | Introduced. |