do_action( 'bp_rest_notifications_get_item', BP_Notifications_Notification $notification, WP_REST_Response $response, WP_REST_Request $request )

Fires after a notification is fetched via the REST API.


Parameters Parameters

$notification

(BP_Notifications_Notification) Fetched notification.

$response

(WP_REST_Response) The response data.

$request

(WP_REST_Request) The request sent to the API.


Source Source

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