function piwik_disable in Piwik Web Analytics 7
Same name and namespace in other branches
- 5 piwik.install \piwik_disable()
- 6.2 piwik.install \piwik_disable()
- 6 piwik.install \piwik_disable()
- 7.2 piwik.install \piwik_disable()
Remove cache directory if module is disabled (or uninstalled).
File
- ./
piwik.install, line 43 - Installation file for Piwik - Web analytics module.
Code
function piwik_disable() {
piwik_clear_js_cache();
}