weblog_standalone_form_start
Hook Added in Version:
1.4.0
Hook File Location:
mod.weblog_standalone.php
Hook Description:
Rewrite the Stand Alone Entry Form completely
Hook Parameters
- $return_form - TRUE/FALSE, Return the No Cache version of the form or not
- $captcha - Cached CAPTCHA value from preview
- $weblog_id - Weblog ID for this form
Hook Returns Data?
No
Appearance of Hook in the Code
$edata = $EXT->call_extension('weblog_standalone_form_start', $return_form, $captcha, $weblog_id);
if ($EXT->end_script === TRUE) return;
