File: wp-includes/taxonomy.php
-
functionupdate_termmeta_cache()
Updates metadata cache for list of term IDs.
-
Filters the labels of a specific taxonomy.
-
function_wp_batch_split_terms()
Splits a batch of shared taxonomy terms.
-
Filters whether the proposed unique term slug is bad.
-
Filters the unique term slug.
-
hookedit_terms
Fires immediately before the given terms are edited.
-
hookedited_terms
Fires immediately after a term is updated in the database, but before its term-taxonomy relationship is updated.
-
functionwp_get_split_term()
Gets the new term ID corresponding to a previously split term.
-
functionwp_get_split_terms()
Gets data about terms that previously shared a single term_id, but have since been split.
-
Fires after a previously shared taxonomy term is split into two separate terms.
-
hookget_object_terms
Filters the terms for a given object or objects.
-
hookpre_delete_term
Fires when deleting a term, before any modifications are made to posts or terms.
-
hookget_ancestors
Filters a given object’s ancestors.
-
functionwp_get_term_taxonomy_parent_id()
Returns the term’s parent’s term ID.
-
Checks the given subset of the term hierarchy for hierarchy loops.
-
function_update_post_term_count()
Updates term count based on object types of the current taxonomy.
-
functionget_ancestors()
Gets an array of ancestor IDs for a given object.
-
function_update_generic_term_count()
Updates term count based on number of objects.
-
functionget_term_link()
Generates a permalink for a taxonomy term archive.
-
hooktag_link
Filters the tag link.
-
hookclean_term_cache
Fires once after each taxonomy’s term cache has been cleaned.
-
hookcategory_link
Filters the category link.
-
functionget_object_term_cache()
Retrieves the cached term objects for the given object ID.
-
hookterm_link
Filters the term link.
-
functionupdate_object_term_cache()
Updates the cache for the given term object ID(s).
-
functionthe_taxonomies()
Displays the taxonomies of a post with available options.
-
functionupdate_term_cache()
Updates terms in cache.
-
functionget_the_taxonomies()
Retrieves all taxonomies associated with a post.
-
function_get_term_hierarchy()
Retrieves children of taxonomy as term IDs.
-
functionget_post_taxonomies()
Retrieves all taxonomy names for the given post.