You are here

function taxonomy_access_taxonomy_term_delete in Taxonomy Access Control 7

Implements hook_taxonomy_term_delete().

File

./taxonomy_access.module, line 243
Allows administrators to specify access control for taxonomy categories.

Code

function taxonomy_access_taxonomy_term_delete($term) {
  taxonomy_access_delete_term_grants($term->tid);
}