You are here

function xmlsitemap_taxonomy_term_delete in XML sitemap 7.2

Implements hook_taxonomy_term_delete().

File

xmlsitemap_taxonomy/xmlsitemap_taxonomy.module, line 129
Main file for XML sitemap taxonomy.

Code

function xmlsitemap_taxonomy_term_delete(stdClass $term) {
  xmlsitemap_link_delete('taxonomy_term', $term->tid);
}