You are here

function metatag_preprocess_maintenance_page in Metatag 7

Implements hook_preprocess_maintenance_page().

File

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

Code

function metatag_preprocess_maintenance_page(&$variables) {
  foreach (metatag_get_preprocess_variables('html') as $variable => $value) {
    $variables[$variable] = $value;
  }
}