Description
Fires immediately after a term taxonomy ID is deleted.
Occurrences
Filename | Line Number |
---|---|
wp-includes/taxonomy.php | 2170 |
Parameters
Type | Name | Description |
---|---|---|
int | $tt_id | Term taxonomy ID. |
PHP Doc
/**
* Fires immediately after a term taxonomy ID is deleted.
*
* @since 2.9.0
*
* @param int $tt_id Term taxonomy ID.
*/