Extension Hooks

edit_wiki_article_form_end

Hook Added in Version:

EE 1.6.0

Hook File Location:

mod.wiki.php

Hook Description:

Allows edit page to be modified

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('edit_wiki_article_form_end', $this, $query);
if ($EXT->end_script === TRUE) return;