function feedapi_inherit_feedapi_item in FeedAPI 6
Same name and namespace in other branches
- 5 feedapi_inherit/feedapi_inherit.module \feedapi_inherit_feedapi_item()
Implementation of hook_feedapi_item(). Do nothing here, this function only makes us a feedapi processor, which means that we can be enabled/disabled on a per node type basis.
File
- feedapi_inherit/
feedapi_inherit.module, line 54 - Inherit group language and taxonomy settings from feeds to news items This is an add on processor for FeedAPI
Code
function feedapi_inherit_feedapi_item($op) {
}