bp_thread_messages()

Check whether there are more messages to iterate over.

Description

Return

(bool)

Source

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

1645
1646
1647
1648
1649
function bp_thread_messages() {
    global $thread_template;
 
    return $thread_template->messages();
}

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.