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();
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.