Action hook 'clean_term_cache'

in WP Core File wp-includes/taxonomy.php at line 3698

Description

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

Occurrences

Filename Line Number
wp-includes/taxonomy.php 3698

Parameters

Type Name Description
array $ids An array of term IDs.
string $taxonomy Taxonomy slug.
bool $clean_taxonomy Whether or not to clean taxonomy-wide caches

PHP Doc

/**
		 * Fires once after each taxonomy's term cache has been cleaned.
		 *
		 * @since 2.5.0
		 * @since 4.5.0 Added the `$clean_taxonomy` parameter.
		 *
		 * @param array  $ids            An array of term IDs.
		 * @param string $taxonomy       Taxonomy slug.
		 * @param bool   $clean_taxonomy Whether or not to clean taxonomy-wide caches
		 */