You are here

function imagefield_focus_disable in ImageField Focus 7

Same name and namespace in other branches
  1. 6 imagefield_focus.install \imagefield_focus_disable()

Implementation of hook_disable().

File

./imagefield_focus.install, line 77
Written by Henri MEDOT <henri.medot[AT]absyx[DOT]fr> http://www.absyx.fr

Code

function imagefield_focus_disable() {
  cache_clear_all('image_styles', 'cache');
  cache_clear_all('image_effects:', 'cache', TRUE);
}