do_action_ref_array( 'bp_groups_admin_edit', BP_Groups_Group $this )
Fires before the display of the edit form.
Description Description
Useful for plugins to modify the group before display.
Parameters Parameters
- $this
-
(BP_Groups_Group) Instance of the current group being edited. Passed by reference.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.7.0 | Introduced. |