function piwik_stats_uninstall in Piwik Statistic Integration 7
Same name and namespace in other branches
- 7.2 piwik_stats.install \piwik_stats_uninstall()
Implements hook_uninstall().
File
- ./
piwik_stats.install, line 108 - Installation file of piwik statistic integration module.
Code
function piwik_stats_uninstall() {
// Delete used variables.
variable_del('piwik_stats_token_auth');
variable_del('piwik_stats_period');
variable_del('piwik_stats_cron');
}