جدول المحتويات

FEED_OPTS_POSTPROCESS

Description:
Can modify the parameters for the feed creation
DefaultAction:
Keeps options as is
Preventable:
no
Added:
2009-11-10

This event is signalled by rss_parseOptions() in 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