Advertisement

clean_term_cache

Will remove all of the term ids from the cache.

clean_object_term_cache

Removes the taxonomy relationship to terms from the cache.

wp_update_term_count

Updates the amount of terms in taxonomy.

edited_{$taxonomy}

Fires after a term for a specific taxonomy has been updated, and the term cache has been cleaned.

Advertisement

edited_term

Fires after a term has been updated, and the term cache has been cleaned.

edit_{$taxonomy}

Fires after a term in a specific taxonomy has been updated, but before the term cache has been cleaned.

edit_term

Fires after a term has been updated, but before the term cache has been cleaned.

wp_update_term

Update term based on arguments provided.

Advertisement

wp_unique_term_slug

Will make slug unique, if it isn’t already.

wp_set_object_terms

Create Term and Taxonomy Relationships.

created_term

Fires after a new term is created, and after the term cache has been cleaned.

created_{$taxonomy}

Fires after a new term in a specific taxonomy is created, and after the term cache has been cleaned.

Advertisement

term_id_filter

This filter is documented in wp-includes/taxonomy.php

create_{$taxonomy}

Fires after a new term is created for a specific taxonomy.

create_term

Fires immediately after a new term is created, before the term cache is cleaned.