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