Retrieves the terms associated with the given object(s), in the supplied taxonomies.
wp_delete_category
Deletes one existing category.
wp_delete_term
Removes a term from the database.
wp_delete_object_term_relationships
Will unlink the object from the taxonomy or taxonomies.
Advertisement
wp_count_terms
Count how many terms are in Taxonomy.
sanitize_term_field
Cleanse the field value in the term based on the context.
sanitize_term
Sanitize Term all fields.
term_is_ancestor_of
Check if a term is an ancestor of another term.
Advertisement
term_exists
Determines whether a taxonomy term exists.
unregister_term_meta
Unregisters a meta key for terms.
register_term_meta
Registers a meta key for terms.
has_term_meta
Get all meta data, including meta IDs, for the given term ID.
Advertisement
update_termmeta_cache
Updates metadata cache for list of term IDs.
update_term_meta
Updates term metadata.
get_term_meta
Retrieves metadata for a term.