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
wp_insert_term_duplicate_term_check
Filters the duplicate term check that takes place during term creation.
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.
edit_terms
Fires immediately before the given terms are edited.
Advertisement
wp_insert_term_data
Filters term data before it is inserted into the database.
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_args
Filter arguments for retrieving object terms.
wp_get_object_terms
Retrieves the terms associated with the given object(s), in the supplied taxonomies.