You are here

function metatag_update_7114 in Metatag 7

Disable output caching.

File

./metatag.install, line 2626
Install, update, and uninstall functions for the metatag module.

Code

function metatag_update_7114() {
  variable_del('metatag_cache_output');
  drupal_set_message(t('Note: Output caching of meta tags has been disabled, it may be reenabled from the Metatag settings page if needed.'));
}