This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
devel:event:feed_opts_postprocess [2010-07-08 21:46] andi created |
devel:event:feed_opts_postprocess [2018-12-08 15:18] (current) torpedo doc updated according to issue #2615 |
||
---|---|---|---|
Line 12: | Line 12: | ||
===== Passed Data ===== | ===== Passed Data ===== | ||
- | $data contains an associative array with all options in the ''opt'' key. | + | $data contains an associative array with the ''opt'' key being a reference to the options array. |
- | ===== 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 ===== | ===== See also ===== | ||
+ | * [[codesearch>FEED_OPTS_POSTPROCESS|Code related to this event]] used in any DokuWiki's files, plugins and templates | ||
* [[devel:Action Plugins]] | * [[devel:Action Plugins]] | ||
* [[devel:Events]] | * [[devel:Events]] | ||
- | * [[Syndication]] | + | * [[:Syndication]] |