You are here

function icon_select_taxonomy_term_postdelete in Icon Select 8

Implements hook_ENTITY_TYPE_postdelete().

File

./icon_select.module, line 150
Basic module file for icon_select module.

Code

function icon_select_taxonomy_term_postdelete(Term $term) {
  icon_select_taxonomy_term_postsave($term);
}