Action hook 'clean_taxonomy_cache'

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

Description

Fires after a taxonomy's caches have been cleaned.

Occurrences

Filename Line Number
wp-includes/taxonomy.php 3727

Parameters

Type Name Description
string $taxonomy Taxonomy slug.

PHP Doc

/**
	 * Fires after a taxonomy's caches have been cleaned.
	 *
	 * @since 4.9.0
	 *
	 * @param string $taxonomy Taxonomy slug.
	 */