bp_get_thread_messages_order()

Get the ‘ASC’ or ‘DESC’ messages order string for this loop.

Description

Return

(string)

Source

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

	function bp_get_thread_messages_order() {
		global $thread_template;
		return $thread_template->thread->messages_order;
	}

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.