function cookiepro_uninstall in CookiePro by OneTrust 7
Same name and namespace in other branches
- 8 cookiepro.install \cookiepro_uninstall()
- 2.x cookiepro.install \cookiepro_uninstall()
Implements hook_uninstall().
File
- ./
cookiepro.install, line 11 - Uninstall functions for hfs module.
Code
function cookiepro_uninstall() {
variable_del("cookiepro_header_settings");
}