Namespaces: global
Description
bp_message_thread_excerpt()

Output an excerpt from the current message in the loop.

Source: bp-messages/bp-messages-template.php:167

bp_get_message_thread_excerpt()

Generate an excerpt from the current message in the loop.

Source: bp-messages/bp-messages-template.php:175

bp_message_thread_content()

Output the thread’s last message content.

Source: bp-messages/bp-messages-template.php:199

bp_has_message_threads()

Retrieve private message threads for display in inbox/sentbox/notices.

Source: bp-messages/bp-messages-template.php:42

bp_message_threads()

Check whether there are more threads to iterate over.

Source: bp-messages/bp-messages-template.php:101

bp_message_thread()

Set up the current thread inside the loop.

Source: bp-messages/bp-messages-template.php:111

bp_message_thread_id()

Output the ID of the current thread in the loop.

Source: bp-messages/bp-messages-template.php:119

bp_messages_remove_data()

When a user is deleted, we need to clean up the database and remove all the message data from each table.

Source: bp-messages/bp-messages-functions.php:898

messages_get_message_sender()

Get the ID of the sender of a message.

Source: bp-messages/bp-messages-functions.php:531

messages_is_valid_thread()

Check whether a message thread exists.

Source: bp-messages/bp-messages-functions.php:542