bp_groups_action_link( string $action = '', string $query_args = '', bool $nonce = false )
Output a URL for a group component action.
Description
Parameters
- $action
-
(Optional)
Default value: ''
- $query_args
-
(Optional)
Default value: ''
- $nonce
-
(Optional)
Default value: false
Return
(string|null)
Source
File: bp-groups/bp-groups-template.php
7354 7355 7356 | function bp_groups_action_link( $action = '' , $query_args = '' , $nonce = false ) { echo bp_get_groups_action_link( $action , $query_args , $nonce ); } |
Changelog
Version | Description |
---|---|
BuddyPress 1.2.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.