function trigger_taxonomy_term_insert

Implements hook_taxonomy_term_insert().

File

modules/trigger/trigger.module, line 604

Code

function trigger_taxonomy_term_insert($term) {
    _trigger_taxonomy('taxonomy_term_insert', (array) $term);
}

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