groups_created_group, $group->id, $group
groups_created_group, $group->id, $group
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('groups_created_group, $group->id, $group') is found 1 times:
- /bp-groups/bp-groups-functions.php line 303
* * @param int $id ID of the newly created group. * @param BP_Groups_Group $group Instance of the group being updated. */ do_action( 'groups_created_group', $group->id, $group ); return $group->id; } /** * Edit the base details for a group.