Namespaces: global |
Description |
|---|---|
| bp_message_thread_id() |
Output the ID of the current thread in the loop. |
| bp_get_message_thread_id() |
Get the ID of the current thread in the loop. |
| bp_message_thread_subject() |
Output the subject of the current thread in the loop. |
| bp_get_message_thread_subject() |
Get the subject of the current thread in the loop. |
| bp_message_thread_excerpt() |
Output an excerpt from the current message in the loop. |
| bp_get_message_thread_excerpt() |
Generate an excerpt from the current message in the loop. |
| bp_message_thread_content() |
Output the thread’s last message content. |
| 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. |
| bp_messages_add_meta() |
Add a piece of message metadata. |
| messages_notification_new_message() |
Email message recipients to alert them of a new unread private message. |