do_action_ref_array( 'groups_group_before_save', BP_Groups_Group $this )
Fires before the current group item gets saved.
Description Description
Please use this hook to filter the properties above. Each part will be passed in.
Parameters Parameters
- $this
-
Current instance of the group item being saved. Passed by reference.
Source Source
File: bp-groups/classes/class-bp-groups-group.php
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |