function taxonomy_tools_taxonomy_term_delete in Taxonomy Tools 7
Same name and namespace in other branches
- 8 taxonomy_tools.module \taxonomy_tools_taxonomy_term_delete()
Implements hook_taxonomy_term_delete().
File
- ./
taxonomy_tools.module, line 407 - Drupal hooks and functions to work with taxonomy terms.
Code
function taxonomy_tools_taxonomy_term_delete($term) {
taxonomy_tools_rebuild_access_grants($term);
}