You are here

function page_title_taxonomy_vocabulary_update in Page Title 7.2

Same name and namespace in other branches
  1. 8.2 page_title.module \page_title_taxonomy_vocabulary_update()

Implement hook_taxonomy_vocabulary_update().

File

./page_title.module, line 471
Enhanced control over the page title (in the head tag).

Code

function page_title_taxonomy_vocabulary_update($vocabulary) {

  // Flush the settings on update.
  page_title_get_settings(TRUE);
}