function widgets_flush_caches in Widgets 7
Implements hook_flush_caches().
File
- ./
widgets.module, line 294 - Exposes global functionality for creating widget sets.
Code
function widgets_flush_caches() {
return array(
'cache_widgets',
);
}