Filters the comma-separated list of terms available to edit.
wp_create_term
Add a new term to the database if it does not already exist.
get_terms_to_edit
Get comma-separated list of terms available to edit for the given post ID.
get_tags_to_edit
Get comma-separated list of tags available to edit.
Advertisement
wp_create_tag
Add a new tag to the database if it does not already exist.
tag_exists
Check whether a post tag with a given name exists.
wp_update_category
Aliases wp_insert_category() with minimal args.
wp_insert_category
Updates an existing Category or creates a new Category.
Advertisement
wp_create_categories
Create categories for the given post.
wp_create_category
Add a new category to the database if it does not already exist.
get_category_to_edit
Get category object for given ID and ‘edit’ filter context.
category_exists
Check whether a category exists.