wordpress / latest / hooks / deleted_term_taxonomy.html

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 );

Used By

Used By Description

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