Extension Hooks

edit_wiki_article_end

Hook Added in Version:

EE 1.6.0

Hook File Location:

mod.wiki.php

Hook Description:

Add more things to do for wiki articles

Hook Parameters

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

Hook Returns Data?

No

Appearance of Hook in the Code

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