Extension Hooks

weblog_module_calendar_start

Hook Added in Version:

1.4.0

Hook File Location:

mod.weblog.php

Hook Description:

Rewrite the displaying of the calendar tag

Hook Parameters

  • None

Hook Returns Data?

No

Appearance of Hook in the Code

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