bp_thread_the_message()

Set up the current thread inside the loop.


Description Description


Return Return

(object)


Top ↑

Source Source

File: bp-messages/bp-messages-template.php

function bp_thread_the_message() {
	global $thread_template;

	return $thread_template->the_message();
}

Top ↑

User Contributed Notes User Contributed Notes

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