hook_taxonomy_term_delete

function hook_taxonomy_term_delete

hook_taxonomy_term_delete($term)

Respond to the deletion of taxonomy terms.

Modules implementing this hook can respond to the deletion of taxonomy terms from the database.

Parameters

$term: A taxonomy term object.

Related topics

File

modules/taxonomy/taxonomy.api.php, line 171
Hooks provided by the Taxonomy module.

Code

functi