File: bp-messages/classes/class-bp-messages-thread.php |
Description |
---|---|
BP_Messages_Thread::get_messages_started() |
Get the time of when the message is started, could be the first message or the last deleted message of the current user |
BP_Messages_Thread::get_user_last_deleted_message() |
Get the user’s last deleted message in thread |
BP_Messages_Thread::get_recipients_for_thread() |
Static method to get message recipients by thread ID. |
BP_Messages_Thread |
BuddyPress Message Thread class. |
BP_Messages_Thread::is_thread_recipient() |
Check if the current user is in the thread’s active recipient list |
BP_Messages_Thread::__construct() |
Constructor. |
BP_Messages_Thread::populate() |
Populate method. |
bp_messages_thread_post_populate |
Fires after a BP_Messages_Thread object has been populated. |
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. |