You are here

function metatag_twitter_cards_uninstall in Metatag 7

Implements hook_uninstall().

File

metatag_twitter_cards/metatag_twitter_cards.install, line 23
Update scripts for the Metatag: Twitter Cards module.

Code

function metatag_twitter_cards_uninstall() {

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