Archive | /wp-includes/taxonomy.php RSS feed for this section

get_terms

Retrieve the terms in a given taxonomy or list of taxonomies.You can fully inject any customizations to the query before it is sent, as well as control the output with a filter.

1749

Continue reading

get_term

Get all Term data from database by Term ID.The usage of the get_term function is to apply filters to a term object. It is possible to get a term object from the database before applying the filters.

1747

Continue reading

get_taxonomy_labels

Builds an object with all taxonomy labels out of a taxonomy objectAccepted keys of the label array in the taxonomy object:

1733

Continue reading

get_taxonomy

Retrieves the taxonomy object of $taxonomy.The get_taxonomy function will first check that the parameter string given is a taxonomy object and if it is, it will return it.

1731

Continue reading