You are here

function commerce_feeds_enable in Commerce Feeds 7

File

./commerce_feeds.install, line 11
Install functions for commerce_feeds module.

Code

function commerce_feeds_enable() {

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