Fires once after each taxonomy's term cache has been cleaned.
$taxonomy
Sortie :
@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 @param string $taxonomy Taxonomy slug.
// Utilisation de la fonction clean_taxonomy_cache
$result = clean_taxonomy_cache($taxonomy);
if ($result) {
// Votre logique ici
}
Chargement des actualités...