apply_filters( 'bp_group_form_action', string $value , object $group )
Filters the ‘action’ attribute for a group form.
Description Description
Parameters Parameters
- $value
-
Action attribute for a group form.
- $group
-
Group object.
Source Source
File: bp-groups/bp-groups-template.php
Changelog Changelog
Version | Description |
---|---|
2.5.0 | Added the $group parameter. |
1.0.0 | Introduced. |