single.html
WordPress core a2z

WordPress core a2z

WordPress core only

  • Home
  • Blocks
  • Plugins
  • Themes
  • Sitemap
  • Blog
  • Block news
  • About

Home » Files » wp-admin » wp-admin/includes » wp-admin/includes/taxonomy.php

wp-admin/includes/taxonomy.php


Lines:

1 to 39 of 39
<?php

/**
 * WordPress Taxonomy Administration API.
 *
 * @package WordPress
 * @subpackage Administration
 */

//
// Category.
//

/* function category_exists() – Check whether a category exists. */

/* function get_category_to_edit() – Get category object for given ID and ‘edit’ filter context. */

/* function wp_create_category() – Add a new category to the database if it does not already exist. */

/* function wp_create_categories() – Create categories for the given post. */

/* function wp_insert_category() – Updates an existing Category or creates a new Category. */

/* function wp_update_category() – Aliases wp_insert_category() with minimal args. */

//
// Tags.
//

/* function tag_exists() – Check whether a post tag with a given name exists. */

/* function wp_create_tag() – Add a new tag to the database if it does not already exist. */

/* function get_tags_to_edit() – Get comma-separated list of tags available to edit. */

/* function get_terms_to_edit() – Get comma-separated list of terms available to edit for the given post ID. */

/* function wp_create_term() – Add a new term to the database if it does not already exist. */
 

 View on GitHub View on Trac

Called by

    Invoked by

      Calls

      Call hooks

      File name: wp-admin/includes/taxonomy.php
      Plugin ref: WordPress
      Version: 6.1.1
      Deprecated?: No
      API Letters: A,I,P,T,W

      Published:

      25th November 2019

      Last updated:

      31st October 2022

      Information

      File name: wp-admin/includes/taxonomy.php
      Plugin ref: WordPress
      Version: 6.1.1
      Deprecated?: No
      API Letters: A,I,P,T,W
      WordPress core a2z

      WordPress core a2z

      WordPress core only

      WordPress version:6.1.1
      Gutenberg version:
      WordPress a2z
      WordPress core a2z
      Genesis Theme Framework a2z
      Jetpack a2z
      WordPress develop tests
      Easy Digital Downloads a2z
      WooCommerce a2z
      Yoast SEO a2z
      WordPress Blocks

      Site:  core.wp-a2z.org
      (C) Copyright Bobbing Wide 2020-2023. All rights reserved.


      Website designed and developed by Herb Miller 
      Proudly powered by WordPress and oik plugins

      • Twitter
      • Facebook
      • GitHub
      • WordPress

      • Home
      • Blog
      • Sitemap
      • Sites

      Summary file