publish_form_body_props
Hook Added in Version:
1.4.0
Hook File Location:
cp.publish.php
Hook Description:
Allows setting of the body properties
Hook Parameters
- None
Hook Returns Data?
No
Appearance of Hook in the Code
$edata = $EXT->call_extension('publish_form_body_props');
if ($EXT->end_script === TRUE) return;
Additional Notes
You will have to call the global $DSP and set the $DSP->body_props variable in your extension function for this hook.
