do_action( 'groups_created_group', int $id, BP_Groups_Group $group )

Fires after the creation or update of a group.


Parameters Parameters

$id

(int) ID of the newly created group.

$group

(BP_Groups_Group) Instance of the group being updated.


Source Source

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

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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