wiki_start
Hook Added in Version:
EE 1.6.0
Hook File Location:
mod.wiki.php
Hook Description:
Allows page template to be modified prior to article processing
Hook Parameters
- $this - the current Wiki class object
Hook Returns Data?
Yes
Appearance of Hook in the Code
$this->return_data = $EXT->universal_call_extension('wiki_start', $this);
if ($EXT->end_script === TRUE) return;
