Create Term and Taxonomy Relationships.Relates an object (post, link etc) to a term and taxonomy type. Creates the term and taxonomy relationship if it doesn’t already exist. Creates a term if it doesn’t exist (using the slug).
4107
Continue readingCreate Term and Taxonomy Relationships.Relates an object (post, link etc) to a term and taxonomy type. Creates the term and taxonomy relationship if it doesn’t already exist. Creates a term if it doesn’t exist (using the slug).
4107
Continue readingAdds a new term to the database. Optionally marks it as an alias of an existing term.Error handling is assigned for the nonexistence of the $taxonomy and $term parameters before inserting. If both the term id and taxonomy exist previously, then an array will be returned that contains the term id and the contents of what is returned. The keys of the array are ‘term_id’ and ‘term_taxonomy_id’ containing numeric values.
3795
Continue readingRetrieves the terms associated with the given object(s), in the supplied taxonomies.The following information has to do the $args parameter and for what can be contained in the string or array of that parameter, if it exists.
3723
Continue readingRemoves a term from the database.If the term is a parent of other terms, then the children will be updated to that term’s parent.
3599
Continue readingWill unlink the object from the taxonomy or taxonomies.Will remove all relationships between the object and any terms in a particular taxonomy or taxonomies. Does not remove the term or taxonomy itself.
3593
Continue reading