| 7 trigger.module | trigger_taxonomy_term_update($term) |
Implements hook_taxonomy_term_update().
File
- modules/
trigger/ trigger.module, line 589 - Enables functions to be stored and executed at a later time.
Code
function trigger_taxonomy_term_update($term) {
_trigger_taxonomy('taxonomy_term_update', (array) $term);
}
Login or register to post comments