Pre-drop helpers
(Since 1.8.1) -- run code right before a pod item is deleted
A pre-drop helper lets you run PHP code right before an item is deleted from the database.
Use $params->datatype and $params->tbl_row_id to reference the current pod item being dropped.
Use $params->datatype and $params->tbl_row_id to reference the current pod item being dropped.
