File: bp-messages/classes/class-bp-rest-messages-endpoint.php |
Description |
---|---|
BP_REST_Messages_Endpoint::prepare_links() |
Prepare links for the request. |
bp_rest_messages_prepare_links |
Filter links prepared for the REST response. |
BP_REST_Messages_Endpoint::update_starred_permissions_check() |
Check if a given request has access to update user starred messages. |
BP_REST_Messages_Endpoint::get_thread_object() |
Get thread object. |
bp_rest_messages_update_starred_permissions_check |
Filter the message `update_starred` permissions check. |
BP_REST_Messages_Endpoint::get_message_object() |
Get the message object thanks to its ID. |
BP_REST_Messages_Endpoint::delete_item() |
Delete a thread. |
BP_REST_Messages_Endpoint::get_endpoint_args_for_item_schema() |
Select the item schema arguments needed for the CREATABLE, EDITABLE and DELETABLE methods. |
bp_rest_messages_delete_item |
Fires after a thread is deleted via the REST API. |
bp_rest_messages_{$key}_query_arguments |
Filters the method query arguments. |