You are here

function metatag_opengraph_uninstall in Metatag 7

Implements hook_uninstall().

File

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

Code

function metatag_opengraph_uninstall() {

  // Remove all of the maxlength variables.
  variable_del('metatag_maxlength_og:title');
  variable_del('metatag_maxlength_og:description');
}