do_action( 'groups_group_create_complete', int $new_group_id )
Fires after the group has been successfully created.
Parameters Parameters
- $new_group_id
-
(int) ID of the newly created group.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.1.0 | Introduced. |