function taxonomy_node_delete

Implements hook_node_delete().

Related topics

File

modules/taxonomy/taxonomy.module, line 2002

Code

function taxonomy_node_delete($node) {
    // Clean up the {taxonomy_index} table when nodes are deleted.
    taxonomy_delete_node_index($node);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.