function feeds_facebook_enable in Feeds: Facebook parser 6
Same name and namespace in other branches
- 7 feeds_facebook.install \feeds_facebook_enable()
Implementation of hook_enable().
File
- ./
feeds_facebook.install, line 7
Code
function feeds_facebook_enable() {
//clear the cache to display in Feeds as available plugin.
cache_clear_all('plugins:feeds:plugins', 'cache');
}