#10750 closed enhancement (fixed)
Add more actions around add/delete/update DB ops
| Reported by: | ryan | Owned by: | westi |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9 |
| Component: | Plugins | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Add more actions around add/delete/update DB ops. delete, deleted, update, updated, add, added, etc.
Attachments (1)
Change History (8)
#1
@
17 years ago
- Cc 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
@
17 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
First pass, from Demitrious Kelly