File: bp-messages/classes/class-bp-messages-message.php |
Description |
|---|---|
| BP_Messages_Message::get_existing_threads() |
Get existsing threads which matches the recipients |
| BP_Messages_Message::__construct() |
Constructor. |
| BP_Messages_Message::populate() |
Set up data related to a specific message object. |
| BP_Messages_Message::send() |
Send a message. |
| messages_message_before_save |
Fires before the current message item gets saved. |
| 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. |