bp_rest_friends_get_items, $friendships, $response, $request
bp_rest_friends_get_items, $friendships, $response, $request
Appears in: buddypress.14.5.2
Hook Type: action
Displaying hooks found in version: buddypress.14.5.2do_action('bp_rest_friends_get_items, $friendships, $response, $request') is found 1 times:
- /bp-friends/classes/class-bp-rest-friends-endpoint.php line 161
* @param array $friendships Fetched friendships. * @param WP_REST_Response $response The response data. * @param WP_REST_Request $request The request sent to the API. */ do_action( 'bp_rest_friends_get_items', $friendships, $response, $request ); return $response; } /** * Check if a given request has access to friendship items.