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