You are here

function i18n_string_metatag_config_update in Metatag 7

Implements hook_config_update().

File

./metatag.module, line 3290
Primary hook implementations for Metatag.

Code

function i18n_string_metatag_config_update($config) {

  // Implements hook_metatag_config_update() on behalf of i18n_string.
  // Defer to the 'insert' function.
  i18n_string_metatag_config_insert($config);
}