function feeds_querypath_parser_enable in Feeds QueryPath Parser 7
Same name and namespace in other branches
- 6 feeds_querypath_parser.module \feeds_querypath_parser_enable()
Implementats hook_enable().
Clear Feed's plugin cache so that this plugin shows up.
File
- ./
feeds_querypath_parser.module, line 26
Code
function feeds_querypath_parser_enable() {
cache_clear_all('plugins:feeds:plugins', 'cache');
}