You are here

tinypng.install in TinyPNG 7

Contains install, update and uninstall functions for TinyPNG module.

File

tinypng.install
View 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

Namesort descending Description
tinypng_uninstall Implements hook_uninstall().