weblog_standalone_form_end
Hook Added in Version:
1.4.0
Hook File Location:
mod.weblog_standalone.php
Hook Description:
Allows adding to end of submission form
Hook Parameters
- $tagdata - The tag data for the submission form at the end of processing
Hook Returns Data?
Yes
Appearance of Hook in the Code
if (isset($EXT->extensions['weblog_standalone_form_end']))
{
$tagdata = $EXT->call_extension('weblog_standalone_form_end', $tagdata);
}
