function ga_stats_update_counts in Google Analytics Statistics 7
Same name and namespace in other branches
- 7.2 ga_stats.module \ga_stats_update_counts()
 - 7.x ga_stats.module \ga_stats_update_counts()
 
Refresh local cache of GA data.
3 calls to ga_stats_update_counts()
- drush_ga_stats_update in ./
ga_stats.drush.inc  - Command callback for ga-stats-update.
 - ga_stats_cron in ./
ga_stats.module  - Implements hook_cron().
 - ga_stats_update_counts_submit in ./
ga_stats.admin.inc  - Submit callback to update the statistics data.
 
1 string reference to 'ga_stats_update_counts'
- ga_stats_admin_settings in ./
ga_stats.admin.inc  - Callback for the GA Stats admin form.
 
File
- ./
ga_stats.module, line 98  
Code
function ga_stats_update_counts() {
  require_once 'includes/ga.inc';
  return _ga_stats_update_counts();
}