bp_groups_action_link( string $action = '', string $query_args = '', bool $nonce = false )

Output a URL for a group component action.


Description Description


Parameters Parameters

$action

(Optional)

Default value: ''

$query_args

(Optional)

Default value: ''

$nonce

(Optional)

Default value: false


Top ↑

Return Return

(string|null)


Top ↑

Source Source

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

function bp_groups_action_link( $action = '', $query_args = '', $nonce = false ) {
	echo bp_get_groups_action_link( $action, $query_args, $nonce );
}

Top ↑

Changelog Changelog

Changelog
Version Description
1.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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