ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-admin/includes/taxonomy.php

wp_create_term()

Function: Adds a new term to the database if it does not already exist.

Source: wp-admin/includes/taxonomy.php:309

Used by 1 function | Uses 0 functions

category_exists()

Function: Checks whether a category exists.

Source: wp-admin/includes/taxonomy.php:24

Used by 2 functions | Uses 0 functions

get_category_to_edit()

Function: Gets category object for given ID and ‘edit’ filter context.

Source: wp-admin/includes/taxonomy.php:40

Used by 0 functions | Uses 0 functions

wp_create_category()

Function: Adds a new category to the database if it does not already exist.

Source: wp-admin/includes/taxonomy.php:55

Used by 1 function | Uses 2 functions

wp_create_categories()

Function: Creates categories for the given post.

Source: wp-admin/includes/taxonomy.php:78

Used by 0 functions | Uses 2 functions

wp_insert_category()

Function: Updates an existing Category or creates a new Category.

Source: wp-admin/includes/taxonomy.php:121

Used by 2 functions | Uses 0 functions

wp_update_category()

Function: Aliases wp_insert_category() with minimal args.

Source: wp-admin/includes/taxonomy.php:188

Used by 0 functions | Uses 1 function

tag_exists()

Function: Checks whether a post tag with a given name exists.

Source: wp-admin/includes/taxonomy.php:222

Used by 0 functions | Uses 0 functions

wp_create_tag()

Function: Adds a new tag to the database if it does not already exist.

Source: wp-admin/includes/taxonomy.php:234

Used by 0 functions | Uses 1 function

get_tags_to_edit()

Function: Gets comma-separated list of tags available to edit.

Source: wp-admin/includes/taxonomy.php:247

Used by 0 functions | Uses 1 function
1 2 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy