wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-admin/includes/taxonomy.php › WordPress File
Functions11
› WordPress Taxonomy Administration API.
Function | Short description |
---|---|
category_exists | Checks whether a category exists. |
get_category_to_edit | Gets category object for given ID and 'edit' filter context. |
get_tags_to_edit | Gets comma-separated list of tags available to edit. |
get_terms_to_edit | Gets comma-separated list of terms available to edit for the given post ID. |
tag_exists | Checks whether a post tag with a given name exists. |
wp_create_categories | Creates categories for the given post. |
wp_create_category | Adds a new category to the database if it does not already exist. |
wp_create_tag | Adds a new tag to the database if it does not already exist. |
wp_create_term | Adds a new term to the database if it does not already exist. |
wp_insert_category | Updates an existing Category or creates a new Category. |
wp_update_category | Aliases wp_insert_category() with minimal args. |