Advertisement

is_object_in_term

Determine if the given object is associated with any of the given terms.

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

_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.