====== FEED_OPTS_POSTPROCESS ====== ---- dataentry event ---- Description: Can modify the parameters for the feed creation DefaultAction: Keeps options as is Preventable: no Added_dt: 2009-11-10 ---- This event is signalled by [[xref>rss_parseOptions()]] in [[xref>feed.php]] when the feed options where collected from the URL parameters and config settings. Handlers can use the event to modify the settings or add their own. ===== Passed Data ===== $data contains an associative array with the ''opt'' key being a reference to the options array. ===== See also ===== * [[codesearch>FEED_OPTS_POSTPROCESS|Code related to this event]] used in any DokuWiki's files, plugins and templates * [[devel:Action Plugins]] * [[devel:Events]] * [[:Syndication]]