function hotjar_uninstall in Hotjar 7
Same name and namespace in other branches
- 6 hotjar.install \hotjar_uninstall()
Implements hook_uninstall().
File
- ./
hotjar.install, line 10 - Contains install, update and uninstall functions for Hotjar module.
Code
function hotjar_uninstall() {
variable_del('hotjar_settings');
}