File: bp-notifications/classes/class-bp-rest-notifications-endpoint.php |
Description |
---|---|
BP_REST_Notifications_Endpoint::__construct() |
Constructor. |
bp_rest_notifications_update_item |
Fires after a notification is updated via the REST API. |
BP_REST_Notifications_Endpoint::register_routes() |
Register the component routes. |
BP_REST_Notifications_Endpoint::update_item_permissions_check() |
Check if a given request has access to update a notification. |
BP_REST_Notifications_Endpoint::get_items() |
Retrieve notifications. |
bp_rest_notifications_update_item_permissions_check |
Filter the notifications `update_item` permissions check. |
bp_rest_notifications_get_items_query_args |
Filter the query arguments for the request. |
BP_REST_Notifications_Endpoint::delete_item() |
Delete a notification. |
bp_rest_notifications_get_items |
Fires after notifications are fetched via the REST API. |
bp_rest_notifications_delete_item |
Fires after a notification is deleted via the REST API. |