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.
Parameters
- .
- ( 2.3.0 ) . .
- Introduced
- ( 4.5.0 ) the `$object_ids` argument. . . .
- ( int ) $term Term ID. . . .
- ( int ) $tt_id Term taxonomy ID. . . .
- ( mixed ) $deleted_term Copy of the already-deleted term, in the form specified by the parent function. WP_Error otherwise. . . .
- ( array ) $object_ids List of term object IDs. . . .