Skip to content

Instantly share code, notes, and snippets.

@a-fro
Created March 29, 2013 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a-fro/5274083 to your computer and use it in GitHub Desktop.
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