You are here

function pathauto_i18n_taxonomy_taxonomy_term_delete in Pathauto i18n 8

Same name and namespace in other branches
  1. 7 modules/pathauto_i18n_taxonomy/pathauto_i18n_taxonomy.module \pathauto_i18n_taxonomy_taxonomy_term_delete()

Implements hook_taxonomy_term_delete().

File

modules/pathauto_i18n_taxonomy/pathauto_i18n_taxonomy.module, line 71
Provides tools for creating multilanguage aliases for taxonomy terms.

Code

function pathauto_i18n_taxonomy_taxonomy_term_delete($term) {
  pathauto_i18n_delete_settings($term->tid, 'taxonomy_term');
}