You are here

function expire_taxonomy_term_insert in Cache Expiration 7.2

Implements hook_taxonomy_term_insert().

File

./expire.module, line 157
Provides logic for page cache expiration.

Code

function expire_taxonomy_term_insert($taxonomy_term) {
  expire_execute_expiration('taxonomy_term', $taxonomy_term, EXPIRE_TAXONOMY_TERM_INSERT);
}