On this page
do_action( 'deleted_term_taxonomy', int $tt_id )
Fires immediately after a term taxonomy ID is deleted.
Parameters
$tt_idint-
Term taxonomy ID.
Source
File: wp-includes/taxonomy.php. View all references
do_action( 'deleted_term_taxonomy', $tt_id );
Related
Used By
| Used By | Description |
|---|---|
| wp_delete_term() wp-includes/taxonomy.php | Removes a term from the database. |
Changelog
| Version | Description |
|---|---|
| 2.9.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/deleted_term_taxonomy