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

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

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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