You are here

function metatag_update_7023 in Metatag 7

Clear the Metatag cache because $cid_parts was changed.

File

./metatag.install, line 1919
Install, update, and uninstall functions for the metatag module.

Code

function metatag_update_7023() {
  cache_clear_all('*', 'cache_metatag', TRUE);
  return t('All Metatag caches cleared.');
}