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