_update_post_term_count() Updates term count based on object types of the current taxonomy.
_update_generic_term_count() Updates term count based on number of objects.
_split_shared_term() Creates a new term for a term_taxonomy item that currently shares its term
_wp_batch_split_terms() Splits a batch of shared taxonomy terms.
_wp_check_for_scheduled_split_terms() In order to avoid the _wp_batch_split_terms() job being accidentally removed,
_wp_check_split_default_terms() Checks default categories when a term gets split to see if any of them need to be updated.
_wp_check_split_terms_in_menus() Checks menu items when a term gets split to see if any of them need to be updated.
_wp_check_split_nav_menu_terms() If the term being split is a nav_menu, changes associations.
wp_get_split_terms() Gets data about terms that previously shared a single term_id, but have since been split.
wp_get_split_term() Gets the new term ID corresponding to a previously split term.
wp_term_is_shared() Determines whether a term is shared between multiple taxonomies.
get_term_link() Generates a permalink for a taxonomy term archive.
the_taxonomies() Displays the taxonomies of a post with available options.
get_the_taxonomies() Retrieves all taxonomies associated with a post.
get_post_taxonomies() Retrieves all taxonomy names for the given post.
is_object_in_term() Determines if the given object is associated with any of the given terms.
is_object_in_taxonomy() Determines if the given object type is associated with the given taxonomy.
get_ancestors() Gets an array of ancestor IDs for a given object.
wp_get_term_taxonomy_parent_id() Returns the term's parent's term ID.
wp_check_term_hierarchy_for_loops() Checks the given subset of the term hierarchy for hierarchy loops.
is_taxonomy_viewable() Determines whether a taxonomy is considered "viewable".
is_term_publicly_viewable() Determines whether a term is publicly viewable.
wp_cache_set_terms_last_changed() Sets the last changed time for the 'terms' cache group.
wp_check_term_meta_support_prefilter() Aborts calls to term meta if it is not supported.
get_categories() Retrieves a list of category objects.
get_category() Retrieves category data given a category ID or category object.
get_category_by_path() Retrieves a category based on URL containing the category slug.
get_category_by_slug() Retrieves a category object by category slug.
get_cat_ID() Retrieves the ID of a category from its name.
get_cat_name() Retrieves the name of a category from its ID.
cat_is_ancestor_of() Checks if a category is an ancestor of another category.
sanitize_category() Sanitizes category data based on context.
sanitize_category_field() Sanitizes data in single category key field.
get_tags() Retrieves all post tags.
get_tag() Retrieves a post tag by tag ID or tag object.
clean_category_cache() Removes the category cache data based on ID.
_make_cat_compat() Updates category structure to old pre-2.3 from new taxonomy structure.
get_bloginfo_rss() Retrieves RSS container for the bloginfo function.
bloginfo_rss() Displays RSS container for the bloginfo function.
get_default_feed() Retrieves the default feed.
get_wp_title_rss() Retrieves the blog title for the feed title.
wp_title_rss() Displays the blog title for display of the feed title.
get_the_title_rss() Retrieves the current post title for the feed.
the_title_rss() Displays the post title in the feed.
get_the_content_feed() Retrieves the post content for feeds.
the_content_feed() Displays the post content for feeds.
the_excerpt_rss() Displays the post excerpt for the feed.
the_permalink_rss() Displays the permalink to the post for use in feeds.
comments_link_feed() Outputs the link to the comments for the current post in an XML safe way.
comment_guid() Displays the feed GUID for the current comment.