do_action( 'bp_rest_friends_get_items', array $friendships , WP_REST_Response $response , WP_REST_Request $request )
Fires after friendships are fetched via the REST API.
Parameters Parameters
- $friendships
-
(array) Fetched friendships.
- $response
-
(WP_REST_Response) The response data.
- $request
-
(WP_REST_Request) The request sent to the API.
Source Source
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |