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