You are here

function flickrfeeds_enable in Flickr 7

Implementation of hook_enable().

File

feeds/flickrfeeds.install, line 10
Schema definitions install/update/uninstall hooks.

Code

function flickrfeeds_enable() {

  //clear the cache to display in Feeds as available plugin.
  cache_clear_all('plugins:feeds:plugins', 'cache');
}