File: bp-notifications/classes/class-bp-rest-notifications-endpoint.php |
Description |
---|---|
bp_rest_notifications_get_item |
Fires after a notification is fetched via the REST API. |
bp_rest_notifications_prepare_value |
Filter a notification value returned from the API. |
BP_REST_Notifications_Endpoint::get_item_permissions_check() |
Check if a given request has access to get information about a specific notification. |
bp_rest_notifications_get_item_permissions_check |
Filter the notifications `get_item` permissions check. |
BP_REST_Notifications_Endpoint::create_item() |
Create a notification. |
bp_rest_notifications_create_item |
Fires after a notification is created via the REST API. |
BP_REST_Notifications_Endpoint::create_item_permissions_check() |
Checks if a given request has access to create a notification. |
bp_rest_notifications_create_item_permissions_check |
Filter the notifications `create_item` permissions check. |
BP_REST_Notifications_Endpoint |
Notifications endpoints. |
BP_REST_Notifications_Endpoint::update_item() |
Update a notification. |