Opened 18 years ago
Closed 18 years ago
#4055 closed enhancement (fixed)
wp_delete_post: add an exit hook
Reported by: | kevinB | Owned by: | rob1n |
---|---|---|---|
Milestone: | 2.2 | Priority: | low |
Severity: | minor | Version: | |
Component: | Administration | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
I'm writing a plugin which needs to perform an operation after clean_page_cache calls. All other calling functions have sufficient hooks.
This new hook will upgrade wp_delete_post to the API standards of its peers.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
I can't find any examples of similar hooks, but I like the idea, and it has come up before. I like your naming even... delete_post becomes deleted_post -- past tense.