bp_group_form_action( string $page )

Output the ‘action’ attribute for a group form.


Description Description


Parameters Parameters

$page

(Required) Page slug.


Top ↑

Source Source

File: bp-groups/bp-groups-template.php

function bp_group_form_action( $page ) {
	echo bp_get_group_form_action( $page );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.