ga_push.install in GA Push 7
Contains install and update functions for GA Push.
File
ga_push.installView source
<?php
/**
* @file
* Contains install and update functions for GA Push.
*/
/**
* Implements hook_uninstall().
*/
function ga_push_uninstall() {
// Delete created variables.
variable_del('ga_push_default_method');
variable_del('ga_push_debug');
}
Functions
Name | Description |
---|---|
ga_push_uninstall | Implements hook_uninstall(). |