Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #6020, comment 3


Ignore:
Timestamp:
11/17/2014 08:07:05 PM (10 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6020, comment 3

    initial v1  
    33However, this should be handled in the bbPress plugin and not BuddyPress since you are specifically using bbPress functions inside the core BuddyPress plugin.
    44
    5 You should probably patch `/extend/buddypress/groups.php` in bbPress.  To hook onto the group leave action, use the `'groups_leave_group'` action:
     5You should probably patch `/includes/extend/buddypress/groups.php` in bbPress.  To hook onto the group leave action, use the `'groups_leave_group'` action:
    66https://buddypress.trac.wordpress.org/browser/tags/2.1.1/src/bp-groups/bp-groups-functions.php#L372