function imagecache_textactions_uninstall in ImageCache Actions 5.3
Same name and namespace in other branches
- 5.2 imagecache_textactions.install \imagecache_textactions_uninstall()
- 6 imagecache_textactions.install \imagecache_textactions_uninstall()
File
- ./
imagecache_textactions.install, line 9
Code
function imagecache_textactions_uninstall() {
if (function_exists('imagecache_action_definitions')) {
imagecache_action_definitions(TRUE);
}
cache_clear_all('imagecache_actions', 'cache');
}