do_action( 'bp_rest_activity_update_item', BP_Activity_Activity $activity, WP_REST_Response $response, WP_REST_Request $request )

Fires after an activity is updated via the REST API.


Parameters Parameters

$activity

(BP_Activity_Activity) The updated activity.

$response

(WP_REST_Response) The response data.

$request

(WP_REST_Request) The request sent to the API.


Source Source

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