| 7 image.module | image_flush_caches() |
Implements hook_flush_caches().
File
- modules/
image/ image.module, line 266 - Exposes global functionality for creating image styles.
Code
function image_flush_caches() {
return array('cache_image');
}
Login or register to post comments