Advertisement

wp_insert_term

Add a new term to the database.

wp_get_object_terms

Retrieves the terms associated with the given object(s), in the supplied taxonomies.

delete_{$taxonomy}

Fires after a term in a specific taxonomy is deleted.

wp_delete_term

Removes a term from the database.

Advertisement

wp_count_terms

Count how many terms are in Taxonomy.

{$taxonomy}_{$field}

Filters the taxonomy field sanitized for display.

term_{$field}

Filters the term field sanitized for display.

Advertisement

term_{$field}_rss

Filters the term field for use in RSS.

Advertisement

pre_term_{$field}

Filters a term field value before it is sanitized.

edit_term_{$field}

Filters a term field to edit before it is sanitized.

sanitize_term_field

Cleanse the field value in the term based on the context.