On this page
do_action( 'clean_term_cache', array $ids, string $taxonomy, bool $clean_taxonomy )
Fires once after each taxonomy’s term cache has been cleaned.
Parameters
$idsarray-
An array of term IDs.
$taxonomystring-
Taxonomy slug.
$clean_taxonomybool-
Whether or not to clean taxonomy-wide caches
Source
File: wp-includes/taxonomy.php. View all references
do_action( 'clean_term_cache', $ids, $taxonomy, $clean_taxonomy );
Related
Used By
| Used By | Description |
|---|---|
| clean_term_cache() wp-includes/taxonomy.php | Removes all of the term IDs from the cache. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/clean_term_cache