File: bp-messages/classes/class-bp-rest-messages-endpoint.php |
Description |
|---|---|
| BP_REST_Messages_Endpoint::get_item() |
Get a single thread. |
| BP_REST_Messages_Endpoint::update_item() |
Update metadata for one of the messages of the thread. |
| bp_rest_messages_get_item |
Fires after a thread is fetched via the REST API. |
| bp_rest_messages_can_edit_item_meta |
Filter here to allow more users to edit the message meta (eg: the recipients). |
| BP_REST_Messages_Endpoint::get_item_permissions_check() |
Check if a given request has access to a thread item. |
| bp_rest_messages_update_item |
Fires after a message is updated via the REST API. |
| bp_rest_messages_get_item_permissions_check |
Filter the messages `get_item` permissions check. |
| BP_REST_Messages_Endpoint::update_item_permissions_check() |
Check if a given request has access to update a message. |
| BP_REST_Messages_Endpoint::create_item() |
Init a Messages Thread or add a reply to an existing Thread. |
| bp_rest_messages_update_item_permissions_check |
Filter the message `update_item` permissions check. |