do_action( ‘clean_taxonomy_cache’, string $taxonomy )

In this article

Fires after a taxonomy’s caches have been cleaned.

Parameters

$taxonomystring
Taxonomy slug.

Source

do_action( 'clean_taxonomy_cache', $taxonomy );

Changelog

VersionDescription
4.9.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.