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
-
Instance of the current group being edited. Passed by reference.
Source Source
File: bp-groups/bp-groups-admin.php
Changelog Changelog
Version | Description |
---|---|
1.7.0 | Introduced. |