File: wp-admin/includes/taxonomy.php
-
functioncategory_exists()
Checks whether a category exists.
-
functionwp_create_term()
Adds a new term to the database if it does not already exist.
-
functionget_category_to_edit()
Gets category object for given ID and ‘edit’ filter context.
-
functionwp_create_category()
Adds a new category to the database if it does not already exist.
-
functionwp_create_categories()
Creates categories for the given post.
-
functionwp_insert_category()
Updates an existing Category or creates a new Category.
-
functionwp_update_category()
Aliases wp_insert_category() with minimal args.
-
functiontag_exists()
Checks whether a post tag with a given name exists.
-
functionwp_create_tag()
Adds a new tag to the database if it does not already exist.
-
functionget_tags_to_edit()
Gets comma-separated list of tags available to edit.
-
functionget_terms_to_edit()
Gets comma-separated list of terms available to edit for the given post ID.
-
hookterms_to_edit
Filters the comma-separated list of terms available to edit.