apply_filters( 'bp_rest_friends_prepare_links', array $links , BP_Friends_Friendship $friendship )
Filter links prepared for the REST response.
Parameters Parameters
- $links
-
(array) The prepared links of the REST response.
- $friendship
-
(BP_Friends_Friendship) Friendship object.
Source Source
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |