wiki_special_page
Hook Added in Version:
EE 1.6.0
Hook File Location:
mod.wiki.php
Hook Description:
Allows complete takeover of special pages
Hook Parameters
- $this - the current Wiki class object
- $topic - the requested topic (e.g. categories, files, etc.)
Hook Returns Data?
No
Appearance of Hook in the Code
$edata = $EXT->universal_call_extension('wiki_special_page', $this, $topic);
if ($EXT->end_script === TRUE) return;
