Extension Hooks

delete_referrers_start

Hook Added in Version:

1.4.0

Hook File Location:

mcp.referrer.php

Hook Description:

- Allows complete control of the delete referrers routine
- Can also add additional processing

Hook Parameters

  • None

Hook Returns Data?

No

Appearance of Hook in the Code

$edata = $EXT->call_extension('delete_referrers_start');
if ($EXT->end_script === TRUE) return;