weblog_module_categories_start
Hook Added in Version:
1.4.0
Hook File Location:
mod.weblog.php
Hook Description:
Rewrite the displaying of categories with the Category tag in the Weblog module
Hook Parameters
- None
Hook Returns Data?
Yes
Appearance of Hook in the Code
if (isset($EXT->extensions['weblog_module_categories_start']))
{
return $EXT->call_extension('weblog_module_categories_start');
}
