Fires once after each taxonomy’s term cache has been cleaned.
Parameters
$ids
array- An array of term IDs.
$taxonomy
string- Taxonomy slug.
$clean_taxonomy
bool- Whether or not to clean taxonomy-wide caches
Source
do_action( 'clean_term_cache', $ids, $taxonomy, $clean_taxonomy );
User Contributed Notes
You must log in before being able to contribute a note or feedback.