[ Index ]

PHP Cross Reference of BackPress

title

Body

[close]

/includes/ -> functions.wp-taxonomy.php (summary)

(no description)

File Size: 185 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 35 functions

  get_object_taxonomies()
  get_taxonomy()
  is_taxonomy()
  is_taxonomy_hierarchical()
  register_taxonomy()
  get_objects_in_term()
  get_term()
  get_term_by()
  get_term_children()
  get_term_field()
  get_term_to_edit()
  get_terms()
  is_term()
  sanitize_term()
  sanitize_term_field()
  wp_count_terms()
  wp_delete_object_term_relationships()
  wp_delete_term()
  wp_get_object_terms()
  wp_insert_term()
  wp_set_object_terms()
  wp_unique_term_slug()
  wp_update_term()
  wp_defer_term_counting()
  wp_update_term_count()
  wp_update_term_count_now()
  clean_object_term_cache()
  clean_term_cache()
  get_object_term_cache()
  update_object_term_cache()
  update_term_cache()
  _get_term_hierarchy()
  _get_term_children()
  _pad_term_counts()
  is_object_in_term()

Functions
Functions that are not part of a class:

get_object_taxonomies($object_type)   X-Ref
Taxonomy API

since: 2.3.0

get_taxonomy( $taxonomy )   X-Ref
No description

is_taxonomy( $taxonomy )   X-Ref
No description

is_taxonomy_hierarchical($taxonomy)   X-Ref
No description

register_taxonomy( $taxonomy, $object_type, $args = array()   X-Ref
No description

get_objects_in_term( $terms, $taxonomies, $args = array()   X-Ref
No description

get_term($term, $taxonomy, $output = OBJECT, $filter = 'raw')   X-Ref
No description

get_term_by($field, $value, $taxonomy, $output = OBJECT, $filter = 'raw')   X-Ref
No description

get_term_children( $term, $taxonomy )   X-Ref
No description

get_term_field( $field, $term, $taxonomy, $context = 'display' )   X-Ref
No description

get_term_to_edit( $id, $taxonomy )   X-Ref
No description

get_terms($taxonomies, $args = '')   X-Ref
No description

is_term($term, $taxonomy = '')   X-Ref
No description

sanitize_term($term, $taxonomy, $context = 'display')   X-Ref
No description

sanitize_term_field($field, $value, $term_id, $taxonomy, $context)   X-Ref
No description

wp_count_terms( $taxonomy, $args = array()   X-Ref
No description

wp_delete_object_term_relationships( $object_id, $taxonomies )   X-Ref
No description

wp_delete_term( $term, $taxonomy, $args = array()   X-Ref
No description

wp_get_object_terms($object_ids, $taxonomies, $args = array()   X-Ref
No description

wp_insert_term( $term, $taxonomy, $args = array()   X-Ref
No description

wp_set_object_terms($object_id, $terms, $taxonomy, $append = false)   X-Ref
No description

wp_unique_term_slug($slug, $term)   X-Ref
No description

wp_update_term( $term, $taxonomy, $args = array()   X-Ref
No description

wp_defer_term_counting($defer=NULL)   X-Ref
No description

wp_update_term_count( $terms, $taxonomy, $do_deferred=false )   X-Ref
No description

wp_update_term_count_now( $terms, $taxonomy )   X-Ref
No description

clean_object_term_cache($object_ids, $object_type)   X-Ref
No description

clean_term_cache($ids, $taxonomy = '')   X-Ref
No description

get_object_term_cache($id, $taxonomy)   X-Ref
No description

update_object_term_cache($object_ids, $object_type)   X-Ref
No description

update_term_cache($terms, $taxonomy = '')   X-Ref
No description

_get_term_hierarchy($taxonomy)   X-Ref
No description

_get_term_children($term_id, $terms, $taxonomy)   X-Ref
No description

_pad_term_counts(&$terms, $taxonomy)   X-Ref
No description

is_object_in_term($object_id, $taxonomy, $terms = null)   X-Ref
No description



Generated: Tue Mar 19 01:01:07 2024 Cross-referenced by PHPXref 0.7.1