bp_message_threads()

Check whether there are more threads to iterate over.


Description Description


Return Return

(bool)


Top ↑

Source Source

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

function bp_message_threads() {
	global $messages_template;
	return $messages_template->message_threads();
}

Top ↑

User Contributed Notes User Contributed Notes

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