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