do_action( 'bp_rest_blogs_get_items', array $blogs, WP_REST_Response $response, WP_REST_Request $request )

Fires after blogs are fetched via the REST API.


Parameters Parameters

$blogs

(array) Fetched blogs.

$response

(WP_REST_Response) The response data.

$request

(WP_REST_Request) The request sent to the API.


Source Source

File: bp-blogs/classes/class-bp-rest-blogs-endpoint.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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