ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • wp-includes/taxonomy.php

is_object_in_taxonomy()

Function: Determine if the given object type is associated with the given taxonomy.

Source: wp-includes/taxonomy.php:4226

Used by 8 functions | Uses 1 function

get_ancestors()

Function: Get an array of ancestor IDs for a given object.

Source: wp-includes/taxonomy.php:4247

Used by 3 functions | Uses 7 functions

get_ancestors

Filter Hook: Filters a given object’s ancestors.

Source: wp-includes/taxonomy.php:4287

Used by 1 function | Uses 0 functions

wp_get_term_taxonomy_parent_id()

Function: Returns the term’s parent’s term_ID.

Source: wp-includes/taxonomy.php:4299

Used by 0 functions | Uses 2 functions

wp_check_term_hierarchy_for_loops()

Function: Checks the given subset of the term hierarchy for hierarchy loops.

Source: wp-includes/taxonomy.php:4321

Used by 0 functions | Uses 2 functions

is_object_in_term()

Function: Determine if the given object is associated with any of the given terms.

Source: wp-includes/taxonomy.php:4168

Used by 2 functions | Uses 7 functions

get_the_taxonomies()

Function: Retrieve all taxonomies associated with a post.

Source: wp-includes/taxonomy.php:4094

Used by 1 function | Uses 10 functions

get_post_taxonomies()

Function: Retrieve all taxonomies of a post with just the names.

Source: wp-includes/taxonomy.php:4148

Used by 0 functions | Uses 2 functions

wp_get_split_terms()

Function: Get data about terms that previously shared a single term_id, but have since been split.

Source: wp-includes/taxonomy.php:3878

Used by 1 function | Uses 1 function

wp_get_split_term()

Function: Get the new term ID corresponding to a previously split term.

Source: wp-includes/taxonomy.php:3900

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