function ldap_feeds_enable in Lightweight Directory Access Protocol (LDAP) 7.2
Same name and namespace in other branches
- 8.2 ldap_feeds/ldap_feeds.module \ldap_feeds_enable()
- 7 ldap_feeds/ldap_feeds.module \ldap_feeds_enable()
Implements hook_enable().
Clear Feed's plugin cache so that this plugin shows up.
File
- ldap_feeds/
ldap_feeds.module, line 71
Code
function ldap_feeds_enable() {
cache_clear_all('plugins:feeds:plugins', 'cache');
}