Table of Contents

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

See also