do_action( 'clean_term_cache', array $ids, string $taxonomy, bool $clean_taxonomy )

Fires once after each taxonomy’s term cache has been cleaned.


Description Description


Parameters Parameters

$ids

(array) An array of term IDs.

$taxonomy

(string) Taxonomy slug.

$clean_taxonomy

(bool) Whether or not to clean taxonomy-wide caches


Top ↑

Source Source

File: wp-includes/taxonomy.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.5.0 Added the $clean_taxonomy parameter.
2.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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