You are here

function metatag_opengraph_update_7102 in Metatag 7

The Open Graph Products meta tags are now in a new submodule.

File

metatag_opengraph/metatag_opengraph.install, line 82
Installation and update scripts for Metatag:OpenGraph.

Code

function metatag_opengraph_update_7102() {
  drupal_set_message(t('The Open Graph Products meta tags have been moved into the new "Metatag: Open Graph Products" submodule.'));
}