function metatag_update_7021 in Metatag 7
Clear the Metatag cache so all unwanted 403/404 paths can be purged.
File
- ./
metatag.install, line 1904 - Install, update, and uninstall functions for the metatag module.
Code
function metatag_update_7021() {
cache_clear_all('*', 'cache_metatag', TRUE);
return t('All Metatag caches cleared.');
}