File: bp-messages/classes/class-bp-rest-messages-endpoint.php |
Description |
---|---|
bp_rest_messages_get_items |
Fires after a thread is fetched via the REST API. |
bp_rest_messages_search_thread_items |
Fires after a thread id is fetched via the REST API. |
BP_REST_Messages_Endpoint::get_items_permissions_check() |
Check if a given request has access to thread items. |
BP_REST_Messages_Endpoint::search_thread_items_permissions_check() |
Check if a given request has access to search thread. |
bp_rest_messages_get_items_permissions_check |
Filter the messages `get_items` permissions check. |
bp_rest_messages_search_thread_items_permissions_check |
Filter the messages `search_thread_items` permissions check. |
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). |