On this page
do_action( 'clean_taxonomy_cache', string $taxonomy )
Fires after a taxonomy’s caches have been cleaned.
Parameters
$taxonomystring-
Taxonomy slug.
Source
File: wp-includes/taxonomy.php. View all references
do_action( 'clean_taxonomy_cache', $taxonomy );
Related
Used By
| Used By | Description |
|---|---|
| clean_taxonomy_cache() wp-includes/taxonomy.php | Cleans the caches for a taxonomy. |
Changelog
| Version | Description |
|---|---|
| 4.9.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/clean_taxonomy_cache