bp_message_thread_content()
Output the thread’s last message content.
Description Description
When viewing your Inbox, the last message is the most recent message in the thread of which you are not the author.
When viewing your Sentbox, last message is the most recent message in the thread of which you are the member.
Source Source
File: bp-messages/bp-messages-template.php
function bp_message_thread_content() { echo bp_get_message_thread_content(); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |