Fires after a taxonomy’s caches have been cleaned.
Parameters
$taxonomy
string- Taxonomy slug.
Source
do_action( 'clean_taxonomy_cache', $taxonomy );
Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |
Fires after a taxonomy’s caches have been cleaned.
$taxonomy
stringdo_action( 'clean_taxonomy_cache', $taxonomy );
Version | Description |
---|---|
4.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.