Skip to content

Instantly share code, notes, and snippets.

@a-fro
Created March 29, 2013 22:21
Show Gist options
  • Select an option

  • Save a-fro/5274083 to your computer and use it in GitHub Desktop.

Select an option

Save a-fro/5274083 to your computer and use it in GitHub Desktop.
<?php
/**
* Implements hook_uninstall().
*/
function bean_tweets_uninstall() {
variable_del('twitter_consumer_key');
variable_del('twitter_consumer_secret');
variable_del('twitter_access_token');
variable_del('twitter_token_secret');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment