You are here

function metatag_opengraph_update_7105 in Metatag 7

Clear the Metatag cache to pick up changes to og:video.

File

metatag_opengraph/metatag_opengraph.install, line 109
Installation and update scripts for Metatag:OpenGraph.

Code

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