Extension Hooks

weblog_module_category_heading_start

Hook Added in Version:

1.4.0

Hook File Location:

mod.weblog.php

Hook Description:

Rewrite the displaying of category headings

Hook Parameters

  • None

Hook Returns Data?

Yes

Appearance of Hook in the Code

if (isset($EXT->extensions['weblog_module_category_heading_start']))
{
 $TMPL->tagdata = $EXT->call_extension('weblog_module_category_heading_start');
 if ($EXT->end_script === TRUE) return $TMPL->tagdata;
}