apply_filters( 'bp_rest_xprofile_data_prepare_value', WP_REST_Response $response, WP_REST_Request $request, BP_XProfile_ProfileData $field_data )

Filter the XProfile data response returned from the API.


Parameters Parameters

$response

(WP_REST_Response) The response data.

$request

(WP_REST_Request) Request used to generate the response.

$field_data

(BP_XProfile_ProfileData) XProfile field data object.


Source Source

File: bp-xprofile/classes/class-bp-rest-xprofile-data-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.