Extension Hooks

wiki_article_end

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
  • $query - the query object for the article

Hook Returns Data?

Yes

Appearance of Hook in the Code

$this->return_data = $EXT->universal_call_extension('wiki_article_end', $this, $query);
if ($EXT->end_script === TRUE) return;