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