group_member_unbanned
group_member_unbanned
Appears in: buddypress.14.0.0, buddypress.14.1.0, buddypress.14.2.1, buddypress.14.3.3, buddypress.14.3.4
Hook Type: action
Displaying hooks found in version: buddypress.14.3.4do_action('group_member_unbanned') is found 1 times:
- /bp-groups/bp-groups-functions.php line 22212217221822192220222122222223222422252226
*
* @param int
$user_id
ID of the user being unbanned.
* @param int
$group_id
ID of the group being unbanned from.
*/
do_action(
'group_member_unbanned'
,
$user_id
,
$group_id
);
return
true;
}
/** Group Removal *************************************************************/