do_action( ‘deleted_term_taxonomy’, int $tt_id )

In this article

Fires immediately after a term taxonomy ID is deleted.

Parameters

$tt_idint
Term taxonomy ID.

Source

do_action( 'deleted_term_taxonomy', $tt_id );

Changelog

VersionDescription
2.9.0Introduced.

User Contributed Notes

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