tinypng.install in TinyPNG 7
Contains install, update and uninstall functions for TinyPNG module.
File
tinypng.installView source
<?php
/**
 * @file
 * Contains install, update and uninstall functions for TinyPNG module.
 */
/**
 * Implements hook_uninstall().
 */
function tinypng_uninstall() {
  variable_del('tinypng_api_key');
  variable_del('tinypng_fallback_toolkit');
}Functions
| 
            Name | 
                  Description | 
|---|---|
| tinypng_uninstall | Implements hook_uninstall(). |