Post-drop helpers
(Since 1.8.1) -- run code right after a pod item is deleted
A post-drop helper lets you run PHP code right after a pod item has been deleted from the database.
Examples
<?php
// Send a confirmation email
mail('someone@somewhere.com', 'Item Deleted', 'An item has been successfully deleted.');
?>
