File: bp-messages/classes/class-bp-messages-message.php |
Description |
|---|---|
| BP_Messages_Message::get_existing_threads() |
Get existsing threads which matches the recipients |
| messages_message_after_save |
Fires after the current message item has been saved. |
| BP_Messages_Message::get_recipients() |
Get a list of recipients for a message. |
| BP_Messages_Message::get_recipient_ids() |
Get list of recipient IDs from their usernames. |
| messages_message_get_recipient_ids |
Filters the array of recipients IDs. |
| BP_Messages_Message::get_last_sent_for_user() |
Get the ID of the message last sent by the logged-in user for a given thread. |
| BP_Messages_Message::is_user_sender() |
Check whether a user is the sender of a message. |
| BP_Messages_Message::get_message_sender() |
Get the ID of the sender of a message. |
| BP_Messages_Message::delete_user_message() |
Delete all the message send by user |
| BP_Messages_Message::get_existing_thread() |
Get existsing thread which matches the recipients |