Translations of this page?:

FEED_DATA_PROCESS

Description:
Process the feed data into feed items
DefaultAction:
Construct FeedItem instances that are passed to FEED_ITEM_ADD
Preventable:
yes
Added:
2009-11-10

This event is signalled by rss_buildItems() in feed.php when the cache isn't used and the feed mode is known, handlers can use it to modify the items that are added to the feed or process the data they've returned in FEED_MODE_UNKNOWN.

For compatibility the FEED_ITEM_ADD event should be called for each item instead of directly adding it to the feed creator object.

Passed Data

  • rss: The feed creator object
  • data: The items to add
  • opt: The feed options

Plugins handling this event

The following plugins are known to handle this event and their source code may be a good start for understanding and implementing a handler yourself.

  • FIXME

See also

devel/event/feed_data_process.txt · Last modified: 2011/08/19 15:49 by Michitux
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Imprint Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki
WikiForumIRCBugsGitXRefTranslate