apply_filters( 'bp_get_groups_action_link', string $url , string $action , string $query_args , bool $nonce )
Filters a URL for a group component action.
Parameters Parameters
- $url
-
(string) URL for a group component action.
- $action
-
(string) Action being taken for the group.
- $query_args
-
(string) Query arguments being passed.
- $nonce
-
(bool) Whether or not to add a nonce.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |