apply_filters( 'bp_rest_activity_prepare_value', WP_REST_Response $response, WP_REST_Request $request, BP_Activity_Activity $activity )

Filter an activity value returned from the API.


Description Description


Parameters Parameters

$response

The response data.

$request

Request used to generate the response.

$activity

The activity object.


Top ↑

Source Source

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


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.