do_action( 'groups_group_create_complete', int $new_group_id )
Fires after the group has been successfully created.
Description Description
Parameters Parameters
- $new_group_id
-
ID of the newly created group.
Source Source
File: bp-groups/actions/create.php
Changelog Changelog
Version | Description |
---|---|
1.1.0 | Introduced. |