do_action( 'clean_taxonomy_cache', string $taxonomy )

Fires after a taxonomy’s caches have been cleaned.


Parameters

$taxonomy

(string) Taxonomy slug.


Source

File: wp-includes/taxonomy.php

View on GitHub



Changelog

Changelog
Version Description
WP-4.9.0 Introduced.