Extension Hooks

wiki_article_start

Hook Added in Version:

EE 1.6.0

Hook File Location:

mod.wiki.php

Hook Description:

Allows takeover of wiki article display

Hook Parameters

  • $this - the current Wiki class object
  • $title - the title of the requested article
  • $query - the query object for the article

Hook Returns Data?

No

Appearance of Hook in the Code

$edata = $EXT->universal_call_extension('wiki_article_start', $this, $title, $query);
if ($EXT->end_script === TRUE) return;