You are here

function matomo_disable in Matomo Analytics 7.2

Remove cache directory if module is disabled (or uninstalled).

File

./matomo.install, line 64
Installation file for Matomo Analytics module.

Code

function matomo_disable() {
  matomo_clear_js_cache();
}