File: bp-messages/classes/class-bp-messages-thread.php |
Description |
---|---|
BP_Messages_Thread::get_last_sender() |
Returns the userlink of the last sender in a message thread. |
BP_Messages_Thread::get_inbox_count() |
Gets the unread message count for a user. |
messages_thread_get_inbox_count |
Filters a user’s unread message count. |
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. |
BP_Messages_Thread::get_recipients() |
Returns recipients for a message thread. |
bp_messages_thread_get_recipients |
Filters the recipients of a message thread. |