You are here

function expire_taxonomy_term_delete in Cache Expiration 7.2

Implements hook_taxonomy_term_delete().

File

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

Code

function expire_taxonomy_term_delete($taxonomy_term) {
  expire_execute_expiration('taxonomy_term', $taxonomy_term, EXPIRE_TAXONOMY_TERM_DELETE);
}