BP_Messages_Thread_Template::has_messages()

Whether there are messages available in the loop.

Description

See also

Return

(bool) True if there are items in the loop, otherwise false.

Source

File: bp-messages/classes/class-bp-messages-thread-template.php

101
102
103
104
105
106
107
public function has_messages() {
    if ( ! empty( $this->message_count ) ) {
        return true;
    }
 
    return false;
}

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.