do_action( 'groups_create_group', int $id, BP_Groups_Member $member, BP_Groups_Group $group )

Fires after the creation of a new group and a group creator needs to be made.


Parameters Parameters

$id

(int) ID of the newly created group.

$member

(BP_Groups_Member) Instance of the member who is assigned as group creator.

$group

(BP_Groups_Group) Instance of the group being created.


Source Source

File: bp-groups/bp-groups-functions.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.