Extension Hooks

publish_form_new_tabs_block

Hook Added in Version:

1.4.0

Hook File Location:

cp.publish.php

Hook Description:

Allows adding of new tabs' blocks to the submission form

Hook Parameters

  • $weblog_id - The weblog ID for this Publish form

Hook Returns Data?

Yes

Appearance of Hook in the Code

if (isset($EXT->extensions['publish_form_new_tabs_block']))
{
 $r .= $EXT->call_extension('publish_form_new_tabs_block', $weblog_id);
}