New and updated in 2.3.0
-
function_get_term_children()
Gets the subset of $terms that are descendants of $term_id.
-
function_pad_term_counts()
Adds count of children to parent count.
-
function_update_post_term_count()
Updates term count based on object types of the current taxonomy.
-
hooktag_link
Filters the tag link.
-
functionwp_unique_term_slug()
Makes term slug unique, if it isn’t already.
-
functionwp_update_term()
Updates term based on arguments provided.
-
hookedit_term
Fires after a term has been updated, but before the term cache has been cleaned.
-
hookedit_{$taxonomy}
Fires after a term in a specific taxonomy has been updated, but before the term cache has been cleaned.
-
hookedited_term
Fires after a term has been updated, and the term cache has been cleaned.
-
Fires after a term for a specific taxonomy has been updated, and the term cache has been cleaned.
-
functionwp_update_term_count()
Updates the amount of terms in taxonomy.
-
functionclean_object_term_cache()
Removes the taxonomy relationship to terms from the cache.
-
functionclean_term_cache()
Removes all of the term IDs from the cache.
-
Fires after a new term in a specific taxonomy is created, and after the term cache has been cleaned.
-
functionwp_set_object_terms()
Creates term and taxonomy relationships.
-
functionwp_get_object_terms()
Retrieves the terms associated with the given object(s), in the supplied taxonomies.
-
functionwp_insert_term()
Adds a new term to the database.
-
hookcreate_term
Fires immediately after a new term is created, before the term cache is cleaned.
-
Fires after a new term is created for a specific taxonomy.
-
hookterm_id_filter
Filters the term ID after a new term is created.
-
hookcreated_term
Fires after a new term is created, and after the term cache has been cleaned.
-
Filters the taxonomy field sanitized for display.
-
functionwp_count_terms()
Counts how many terms are in taxonomy.
-
Unlinks the object from the taxonomy or taxonomies.
-
functionwp_delete_term()
Removes a term from the database.
-
Fires after a term in a specific taxonomy is deleted.
-
Filters the taxonomy field to edit before it is sanitized.
-
Filters a term field value before it is sanitized.
-
Filters a taxonomy field before it is sanitized.
-
Filters the term field for use in RSS.