- Description:
- intercept reading the raw wiki text data
- DefaultAction:
- reads a wiki page
- Preventable:
- no
- Added:
- 2006-07-05
This event is signalled by io_readWikiPage() in inc/io.php. The page content may be modified by action plugins between the disk and DokuWiki.
$data[0] – The raw arguments for io_readFile as an array. Do not change.
$data[1] – ns: The colon separated namespace path minus the trailing page name. (false if root ns)
$data[2] – page_name: The wiki page name.
$data[3] – rev: The page revision, false for current wiki pages.
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.