File: bp-messages/classes/class-bp-messages-thread.php |
Description |
|---|---|
| bp_messages_thread_before_mark_delete |
Fires before a message thread is marked as deleted. |
| BP_Messages_Thread::is_valid() |
Checks whether a message thread exists. |
| bp_messages_thread_before_delete |
Fires before an entire message thread is deleted. |
| BP_Messages_Thread::mark_read() |
Mark a thread initialized in this class as read. |
| BP_Messages_Thread::mark_unread() |
Mark a thread initialized in this class as unread. |
| BP_Messages_Thread::get_recipients() |
Returns recipients for a message thread. |
| bp_messages_thread_get_recipients |
Filters the recipients of a message thread. |
| BP_Messages_Thread::prepare_last_message_status() |
Check if the thread contains any deleted recipients and it’s last active message |
| BP_Messages_Thread::update_last_message_status() |
Update the thread’s deleted recipient and set the message deletion status |
| BP_Messages_Thread::get_last_message() |
Get a thread’s last message |