Fires after a term in a specific taxonomy is deleted.
The dynamic portion of the hook name, $taxonomy, refers to the specific taxonomy the term belonged to.
Possible hook names include:
delete_categorydelete_post_tag$termint
$tt_idint
$deleted_termWP_Term
$object_idsarray
do_action( "delete_{$taxonomy}", $term, $tt_id, $deleted_term, $object_ids );
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/delete_taxonomy