File: wp-includes/category.php
-
hookget_tags
Filters the array of term objects returned for the ‘post_tag’ taxonomy.
-
functionget_tag()
Retrieves a post tag by tag ID or tag object.
-
functionclean_category_cache()
Removes the category cache data based on ID.
-
function_make_cat_compat()
Updates category structure to old pre-2.3 from new taxonomy structure.
-
functionget_cat_name()
Retrieves the name of a category from its ID.
-
functioncat_is_ancestor_of()
Checks if a category is an ancestor of another category.
-
functionsanitize_category()
Sanitizes category data based on context.
-
functionsanitize_category_field()
Sanitizes data in single category key field.
-
functionget_tags()
Retrieves all post tags.
-
functionget_categories()
Retrieves a list of category objects.
-
Filters the taxonomy used to retrieve terms when calling get_categories().
-
functionget_category()
Retrieves category data given a category ID or category object.
-
functionget_category_by_path()
Retrieves a category based on URL containing the category slug.
-
functionget_category_by_slug()
Retrieves a category object by category slug.
-
functionget_cat_ID()
Retrieves the ID of a category from its name.