do_action( 'deleted_term_taxonomy', int $tt_id )
Fires immediately after a term taxonomy ID is deleted.
Parameters
- $tt_id
-
Term taxonomy ID.
Source
File: wp-includes/taxonomy.php
Changelog
| Version | Description |
|---|---|
| 2.9.0 | Introduced. |