Determine if the given object is associated with any of the given terms.
get_post_taxonomies
Retrieve all taxonomy names for the given post.
get_the_taxonomies
Retrieve all taxonomies associated with a post.
the_taxonomies
Display the taxonomies of a post with available options.
Advertisement
get_term_link
Generate a permalink for a taxonomy term archive.
wp_term_is_shared
Determine whether a term is shared between multiple taxonomies.
wp_get_split_term
Get the new term ID corresponding to a previously split term.
wp_get_split_terms
Get data about terms that previously shared a single term_id, but have since been split.
Advertisement
_wp_batch_split_terms
Splits a batch of shared taxonomy terms.
_update_generic_term_count
Will update term count based on number of objects.
_update_post_term_count
Will update term count based on object types of the current taxonomy.
_prime_term_caches
Adds any terms from the given IDs to the cache that do not already exist in cache.
Advertisement
_pad_term_counts
Add count of children to parent count.
_get_term_children
Get the subset of $terms that are descendants of $term_id.
_get_term_hierarchy
Retrieves children of taxonomy as Term IDs.