do_action( 'clean_taxonomy_cache', string $taxonomy )

Fires after a taxonomy’s caches have been cleaned.


Parameters

$taxonomy string
Taxonomy slug.

Top ↑

Source

File: wp-includes/taxonomy.php. View all references

do_action( 'clean_taxonomy_cache', $taxonomy );


Top ↑

Changelog

Changelog
Version Description
4.9.0 Introduced.

Top ↑

User Contributed Notes

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