Extension Hooks

edit_wiki_article_form_start

Hook Added in Version:

EE 1.6.0

Hook File Location:

mod.wiki.php

Hook Description:

Allows complete takeover of the wiki article edit form

Hook Parameters

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

Hook Returns Data?

No

Appearance of Hook in the Code

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