摘要:
/*** Implements hook_taxonomy_term_insert*/function example_taxonomy_term_insert($term){ example_taxonomy_term_update($term);}/*** Implements hook_taxonomy_term_update*/function example_taxonomy_term_update($term){ $path = array( 'source' => sprintf('term/%d', $term->tid), ' 阅读全文