apply_filters( 'bp_rest_group_invites_prepare_links', array $links , stdClass $invite )
Filter links prepared for the REST response.
Parameters Parameters
- $links
-
(array) The prepared links of the REST response.
- $invite
-
(stdClass) Invite object.
Source Source
File: bp-groups/classes/class-bp-rest-group-invites-endpoint.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |