File: bp-notifications/classes/class-bp-rest-notifications-endpoint.php |
Description |
---|---|
bp_rest_notifications_{$key}_query_arguments |
Filters the method query arguments. |
BP_REST_Notifications_Endpoint::get_item_schema() |
Get the notification schema, conforming to JSON Schema. |
bp_rest_notification_schema |
Filters the notifications schema. |
BP_REST_Notifications_Endpoint::get_collection_params() |
Get the query params for the notifications collections. |
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. |
BP_REST_Notifications_Endpoint::get_items_permissions_check() |
Check if a given request has access to notification items. |
BP_REST_Notifications_Endpoint::delete_item_permissions_check() |
Check if a given request has access to delete a notification. |
bp_rest_notifications_get_items_permissions_check |
Filter the notifications `get_items` permissions check. |
bp_rest_notifications_delete_item_permissions_check |
Filter the notifications `delete_item` permissions check. |