By admin , 6 January, 2025 Tags title preprocess /** * Implements hook_preprocess_HOOK(). */ function MYMODULE_preprocess_html(&$variables) { $variables['head_title']['title'] = 'new title'; }