Extension Hooks

weblog_module_create_pagination

Hook Added in Version:

1.4.0

Hook File Location:

mod.weblog.php

Hook Description:

Rewrite the pagination function in the Weblog module and possible expand the types of pagination available

Hook Parameters

  • None

Hook Returns Data?

No

Appearance of Hook in the Code

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