Deletes one existing category.
delete_{$taxonomy}
Fires after a term in a specific taxonomy is deleted.
deleted_term_taxonomy
Fires immediately after a term taxonomy ID is deleted.
delete_term
Fires after a term is deleted from the database and the cache is cleaned.
Advertisement
delete_term_taxonomy
Fires immediately before a term taxonomy ID is deleted.
edited_term_taxonomies
Fires immediately after a term to delete’s children are reassigned a parent.
edit_term_taxonomies
Fires immediately before a term to delete’s children are reassigned a parent.
pre_delete_term
Fires when deleting a term, before any modifications are made to posts or terms.
Advertisement
wp_delete_term
Removes a term from the database.
wp_delete_object_term_relationships
Will unlink the object from the taxonomy or taxonomies.
wp_count_terms
Count how many terms are in Taxonomy.
{$taxonomy}_{$field}
Filters the taxonomy field sanitized for display.
Advertisement
term_{$field}
Filters the term field sanitized for display.
term_{$field}_rss
Filters the term field for use in RSS.
{$taxonomy}_{$field}_rss
Filters the taxonomy field for use in RSS.