Programmatically Change Meta Description Drupal

function themename_html_head_alter(&$head_elements) {
  $head_elements['metatag_description_0']['#value'] = t('This is my new meta description');
}

shinyash

Read more posts by this author.