Advertisement

pre_term_link

Filters the permalink structure for a terms before token replacement occurs.

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_terms

Get data about terms that previously shared a single term_id, but have since been split.

Advertisement

wp_get_split_term

Get the new term ID corresponding to a previously split term.

split_shared_term

Fires after a previously shared taxonomy term is split into two separate terms.

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.

_get_term_children

Get the subset of $terms that are descendants of $term_id.

_pad_term_counts

Add count of children to parent count.

Advertisement