You are here

function feeds_xpathparser_enable in Feeds XPath Parser 6

Implementation of hook_enable().

Clear Feeds' plugin cache so that this plugin shows up.

File

./feeds_xpathparser.install, line 13
Contains hook_enable to clear Feeds's cache.

Code

function feeds_xpathparser_enable() {
  cache_clear_all('plugins:feeds:plugins', 'cache');
}