You are here

function tweetbutton_cron in Tweet Button 7.2

Implements of hook_cron().

File

./tweetbutton.module, line 275

Code

function tweetbutton_cron() {

  // @TODO: Fetch count of each page where tweetbutton is on and add it to column 'count' in field
  // Will be useful in sorting page based on no of tweets and add views support
  if (!variable_get('tweetbutton_get_count', FALSE)) {
    return;
  }
}