You are here

function animate_css_uninstall in Animate CSS 7

Implements hook_uninstall().

File

./animate_css.install, line 32
Requirements page for Animate Css.

Code

function animate_css_uninstall() {
  db_query("DELETE FROM {variable} WHERE name LIKE 'animate_css_%'");
}