function metatag_update_7039 in Metatag 7
Reload some meta tag caches.
File
- ./
metatag.install, line 2122 - Install, update, and uninstall functions for the metatag module.
Code
function metatag_update_7039() {
foreach (language_list() as $langcode => $language) {
cache_clear_all('info:' . $langcode, 'cache_metatag');
}
}