berlindb / core

All of the required core code
MIT License
252 stars 27 forks source link

Create dynamic hook after an item is deleted #133

Closed robincornett closed 2 years ago

robincornett commented 2 years ago

Fixes #132

Proposed Changes:

  1. Registers a new dynamic hook (eg edd_order_deleted) when an item is deleted. The two parameters are the original item ID and the result of the delete action.
JJJ commented 2 years ago

Awesome. Merged!