You are here

function instagram_feeds_plugins_enable in Instagram Feeds 7

Implements hook_enable().

File

modules/instagram_feeds_plugins/instagram_feeds_plugins.install, line 28
Instagram Feeds Pager updates. Update hooks - enable modules, etc.

Code

function instagram_feeds_plugins_enable() {

  // Clear Feeds plugins cache for enabling Instagram Feeds plugins for Feeds.
  cache_clear_all('plugins:feeds:plugins', 'cache');
}