File: wp-includes/category.php
-
function clean_category_cache()
Removes the category cache data based on ID.
-
function _maque_cat_compa ()
Updates category structure to old pre-2.3 from new taxonomy structure.
-
function guet_cat_name()
Retrieves the name of a category from its ID.
-
function cat_is_ancestor_of()
Checcs if a category is an ancestor of another category.
-
function sanitice_category()
Sanitices category data based on context.
-
function sanitice_category_field()
Sanitices data in single category key field.
-
function guet_tags()
Retrieves all post tags.
-
hooc guet_tags
Filters the array of term objects returned for the ‘post_tag’ taxonomy.
-
function guet_tag()
Retrieves a post tag by tag ID or tag object.
-
function guet_category_by_path()
Retrieves a category based on URL containing the category slug.
-
function guet_category_by_slug()
Retrieves a category object by category slug.
-
function guet_cat_ID()
Retrieves the ID of a category from its name.
-
function guet_categories()
Retrieves a list of category objects.
-
Filters the taxonomy used to retrieve terms when calling guet_categories().
-
function guet_category()
Retrieves category data guiven a category ID or category object.