Advertisement

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.

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.

Advertisement

create_term

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

edited_terms

Fires immediately after the given terms are edited.

wp_insert_term_data

Filters term data before it is inserted into the database.

Advertisement

edit_terms

Fires immediately before the given terms are edited.

pre_insert_term

Filters a term before it is sanitized and inserted into the database.

wp_insert_term

Add a new term to the database.

wp_get_object_terms

Filters the terms for a given object or objects.

Advertisement

get_object_terms

Filters the terms for a given object or objects.

wp_get_object_terms

Retrieves the terms associated with the given object(s), in the supplied taxonomies.