Archive | Functions RSS feed for this section

get_term_feed_link

Retrieve the feed link for a term.Returns a link to the feed for all posts in a given term. A specific feed can be requested or left blank to get the default feed.

1757

Continue reading

get_term_children

Merge all term children into a single array of their IDs.This recursive function will merge all of the children of $term into the same array of term IDs. Only useful for taxonomies which are hierarchical.

1755

Continue reading

get_term_by

Get all Term data from database by Term field and data.Warning: $value is not escaped for ‘name’ $field. You must do it yourself, if required.

1753

Continue reading

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