function metatag_update_7032 in Metatag 7
Clear the Metatag cache.
File
- ./
metatag.install, line 1993 - Install, update, and uninstall functions for the metatag module.
Code
function metatag_update_7032() {
cache_clear_all('*', 'cache_metatag', TRUE);
return t('All Metatag caches cleared.');
}