delete_entries_loop
Hook Added in Version:
EE 1.4.1
Hook File Location:
cp.publish.php
Hook Description:
Add additional processing for entry deletion in loop
Hook Parameters
- $val = Entry ID for entry being deleted during this loop
- $weblog_id = Weblog ID for entry being deleted
Hook Returns Data?
No
Appearance of Hook in the Code
$edata = $EXT->call_extension('delete_entries_loop', $val, $weblog_id);
if ($EXT->end_script === TRUE) return;
