Opened 15 years ago
Closed 15 years ago
#1051 closed defect (bug) (fixed)
delete wire hook
Reported by: | petronic | Owned by: | |
---|---|---|---|
Milestone: | 1.1 | Priority: | minor |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
It would be usefull if you can add $component_name as parameter in bp_wire_post_deleted hook/action.
Something like this:
do_action( 'bp_wire_post_deleted', $wire_post->id, $wire_post->item_id, $wire_post->user_id, $component_name );
Patch attached. Thanks.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [1913]) Fixes #1051 props petronic