do_action( 'deleted_term_taxonomy', int $tt_id )

Fires immediately after a term taxonomy ID is deleted.


Parameters

$tt_id int
Term taxonomy ID.

Top ↑

Source

File: wp-includes/taxonomy.php. View all references

do_action( 'deleted_term_taxonomy', $tt_id );


Top ↑

Changelog

Changelog
Version Description
2.9.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.