submit_new_entry_end
Hook Added in Version:
EE 1.4
Hook File Location:
cp.publish.php
Hook Description:
After an entry is submitted, do more processing
Hook Parameters
- $entry_id - Entry's ID
- $data - Array of data about entry (title, url_title)
- $ping_message - Error message if trackbacks or pings have failed to be sent
Hook Returns Data?
No
Appearance of Hook in the Code
$edata = $EXT->call_extension('submit_new_entry_end', $entry_id, $data, $ping_message);
if ($EXT->end_script === TRUE) return;
Additional Notes
1.5.2 => Added $ping_message variable
