#10750 closed enhancement (fixed)
Add more actions around add/delete/update DB ops
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Plugins | Keywords: | has-patch |
Focuses: | Cc: |
Description
Add more actions around add/delete/update DB ops. delete, deleted, update, updated, add, added, etc.
Attachments (1)
Change History (8)
#1
@
15 years ago
- Cc westi added
Sounds like an interesting idea.
Can we do for ___ing
and ___ed
e.g. deleting_post_meta and deleted_post_meta
So if I want to hook into before I use ing and after it's ed.
This still allows for the delete_post_meta name to be used for something more generic to the function.
#4
@
15 years ago
We already do delete and deleted elsewhere. We might have to stick with that so we don't have to go -ing everything for consistency.
Note: See
TracTickets for help on using
tickets.
First pass, from Demitrious Kelly