bp_group_form_action( string $page )
Output the ‘action’ attribute for a group form.
Description Description
Parameters Parameters
- $page
-
(Required) Page slug.
Source Source
File: bp-groups/bp-groups-template.php
function bp_group_form_action( $page ) { echo bp_get_group_form_action( $page ); }
Changelog Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |