delete_referrers_blacklist
Hook Added in Version:
1.4.0
Hook File Location:
mcp.referrer.php
Hook Description:
When referrers are deleted, you can add them to the Blacklist. Allows additional processing for these new blacklist items
Hook Parameters
- $new - New items being added to the Blacklist
Hook Returns Data?
No
Appearance of Hook in the Code
$edata = $EXT->call_extension('delete_referrers_blacklist', $new);
if ($EXT->end_script === TRUE) return;
