[ Index ] |
WordPress Cross Reference |
[Source view] [Print] [Project Stats]
WordPress Taxonomy Administration API.
File Size: | 254 lines (6 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 0 files |
category_exists($cat_name, $parent = 0) X-Ref |
{@internal Missing Short Description}} param: unknown_type $cat_name return: unknown |
get_category_to_edit( $id ) X-Ref |
{@internal Missing Short Description}} param: unknown_type $id return: unknown |
wp_create_category( $cat_name, $parent = 0 ) X-Ref |
{@internal Missing Short Description}} param: unknown_type $cat_name param: unknown_type $parent return: unknown |
wp_create_categories($categories, $post_id = '') X-Ref |
{@internal Missing Short Description}} param: unknown_type $categories param: unknown_type $post_id return: unknown |
wp_insert_category($catarr, $wp_error = false) X-Ref |
Updates an existing Category or creates a new Category. param: mixed $catarr See defaults below. Set 'cat_ID' to a non-zero value to update an existing category. The 'taxonomy' key was added in 3.0.0. param: bool $wp_error Optional, since 2.5.0. Set this to true if the caller handles WP_Error return values. return: int|object The ID number of the new or updated Category on success. Zero or a WP_Error on failure, depending on param $wp_error. |
wp_update_category($catarr) X-Ref |
Aliases wp_insert_category() with minimal args. If you want to update only some fields of an existing category, call this function with only the new values set inside $catarr. param: array $catarr The 'cat_ID' value is required. All other keys are optional. return: int|bool The ID number of the new or updated Category on success. Zero or FALSE on failure. |
tag_exists($tag_name) X-Ref |
{@internal Missing Short Description}} param: unknown_type $tag_name return: unknown |
wp_create_tag($tag_name) X-Ref |
{@internal Missing Short Description}} param: unknown_type $tag_name return: unknown |
get_tags_to_edit( $post_id, $taxonomy = 'post_tag' ) X-Ref |
{@internal Missing Short Description}} param: unknown_type $post_id return: unknown |
get_terms_to_edit( $post_id, $taxonomy = 'post_tag' ) X-Ref |
{@internal Missing Short Description}} param: unknown_type $post_id return: unknown |
wp_create_term($tag_name, $taxonomy = 'post_tag') X-Ref |
{@internal Missing Short Description}} param: unknown_type $tag_name return: unknown |
Generated: Tue Mar 25 01:41:18 2014 | WordPress honlapkészítés: online1.hu |