apply_filters( 'bp_rest_notifications_prepare_links', array $links , BP_Notifications_Notification $notification )
Filter links prepared for the REST response.
Parameters Parameters
- $links
-
(array) The prepared links of the REST response.
- $notification
-
(BP_Notifications_Notification) Notification object.
Source Source
File: bp-notifications/classes/class-bp-rest-notifications-endpoint.php
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |