You are here

function taxonomy_tools_taxonomy_term_delete in Taxonomy Tools 8

Same name and namespace in other branches
  1. 7 taxonomy_tools.module \taxonomy_tools_taxonomy_term_delete()

Implements hook_taxonomy_term_delete().

File

./taxonomy_tools.module, line 405
Drupal hooks and functions to work with taxonomy terms.

Code

function taxonomy_tools_taxonomy_term_delete($term) {
  taxonomy_tools_rebuild_access_grants($term);
}