====== FEED_DATA_PROCESS ====== ---- dataentry event ---- Description: Process the feed data into feed items DefaultAction: Construct FeedItem instances that are passed to FEED_ITEM_ADD Preventable: yes Added_dt: 2009-11-10 ---- This event is signalled by [[xref>rss_buildItems()]] in [[xref>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 ===== See also ===== * [[codesearch>FEED_DATA_PROCESS|Code related to this event]] used in any DokuWiki's files, plugins and templates * [[devel:Action Plugins]] * [[devel:Events]] * [[FEED_MODE_UNKNOWN]] * [[FEED_ITEM_ADD]]