Changes between Initial Version and Version 1 of Ticket #6020, comment 3
- Timestamp:
- 11/17/2014 08:07:05 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6020, comment 3
initial v1 3 3 However, this should be handled in the bbPress plugin and not BuddyPress since you are specifically using bbPress functions inside the core BuddyPress plugin. 4 4 5 You should probably patch `/ extend/buddypress/groups.php` in bbPress. To hook onto the group leave action, use the `'groups_leave_group'` action:5 You should probably patch `/includes/extend/buddypress/groups.php` in bbPress. To hook onto the group leave action, use the `'groups_leave_group'` action: 6 6 https://buddypress.trac.wordpress.org/browser/tags/2.1.1/src/bp-groups/bp-groups-functions.php#L372