apply_filters( 'bp_rest_messages_prepare_value', WP_REST_Response $response, WP_REST_Request $request, BP_Messages_Thread $thread )

Filter a thread value returned from the API.


Parameters Parameters

$response

(WP_REST_Response) Response generated by the request.

$request

(WP_REST_Request) Request used to generate the response.

$thread

(BP_Messages_Thread) The thread object.


Source Source

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

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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