bp_thread_messages()

Check whether there are more messages to iterate over.


Description Description


Return Return

(bool)


Top ↑

Source Source

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

function bp_thread_messages() {
	global $thread_template;

	return $thread_template->messages();
}

Top ↑

User Contributed Notes User Contributed Notes

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