Functions
Description
bp_message_notice_id()

Output the ID of the current notice in the loop.

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

bp_message_notice_post_date()

Output the post date of the current notice in the loop.

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

bp_message_notice_subject()

Output the subject of the current notice in the loop.

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

bp_message_notice_text()

Output the text of the current notice in the loop.

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

bp_message_search_form()

Output the Private Message search form.

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

bp_message_thread()

Set up the current thread inside the loop.

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

bp_message_thread_avatar()

Output the avatar for the last sender in the current message thread.

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

bp_message_thread_content()

Output the thread’s last message content.

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

bp_message_thread_delete_link()

Output the URL for deleting the current thread.

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

bp_message_thread_excerpt()

Output an excerpt from the current message in the loop.

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

bp_message_thread_from()

Output a link to the page of the current thread’s last author.

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

bp_message_thread_has_unread()

Check whether the current thread has unread items.

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

bp_message_thread_id()

Output the ID of the current thread in the loop.

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

bp_message_thread_last_post_date()

Output the nicely formatted date of the last post in the current thread.

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

bp_message_thread_last_post_date_raw()

Output the unformatted date of the last post in the current thread.

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

bp_message_thread_subject()

Output the subject of the current thread in the loop.

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

bp_message_thread_to()

Output links to the pages of the current thread’s recipients.

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

bp_message_thread_total_and_unread_count()

Output markup for the current thread’s total and unread count.

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

bp_message_thread_total_count()

Output a thread’s total message count.

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

bp_message_thread_unread_count()

Output the current thread’s unread count.

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

bp_message_thread_view_link()

Output the permalink for a particular thread.

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

bp_message_threads()

Check whether there are more threads to iterate over.

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

bp_messages_action_bulk_manage()

Handle bulk management (mark as read/unread, delete) of message threads.

Source: bp-messages/actions/bulk-manage.php:17

bp_messages_action_create_message()

Handle creating of private messages or sitewide notices

Source: bp-messages/actions/compose.php:16

bp_messages_action_edit_notice()

Handle editing of sitewide notices.

Source: bp-messages/actions/notices.php:16

bp_messages_action_mark_read()

Handle marking a single message thread as read.

Source: bp-messages/actions/read.php:17

bp_messages_action_mark_unread()

Handle marking a single message thread as unread.

Source: bp-messages/actions/unread.php:17

bp_messages_add_meta()

Add a piece of message metadata.

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

bp_messages_add_user_to_group_message_thread()

Remove member to Group thread when h/she joined the group.

Source: bp-messages/bp-messages-filters.php:550

bp_messages_admin_repair_unread_messages_count()

Repair unread messages count.

Source: bp-messages/bp-messages-filters.php:680

bp_messages_bulk_management_dropdown()

Output the dropdown for bulk management of messages.

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

bp_messages_clear_cache_on_message_delete()

Clear message cache after a message thread is deleted.

Source: bp-messages/bp-messages-cache.php:80

bp_messages_clear_cache_on_message_save()

Clear message cache after a message is saved.

Source: bp-messages/bp-messages-cache.php:56

bp_messages_content_value()

Output the default value for the Compose content field.

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

bp_messages_delete_meta()

Delete metadata for a message.

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

bp_messages_delete_thread_paginated_messages_cache()

Invalidate cache for thread pagination messages.

Source: bp-messages/bp-messages-cache.php:113

bp_messages_embed()

Enable oEmbed support for Messages.

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

bp_messages_enforce_current_user()

Enforce limitations on viewing private message contents

Source: bp-messages/bp-messages-filters.php:106

bp_messages_filter_kses()

Custom kses filtering for message content.

Source: bp-messages/bp-messages-filters.php:129

bp_messages_filter_starred_message_threads()

Filter message threads by those starred by the logged-in user.

Source: bp-messages/bp-messages-star.php:382

bp_messages_form_action()

Echo the form action for Messages HTML forms.

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

bp_messages_get_avatars()

Get Message thread avatars by thread id.

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

bp_messages_get_meta()

Get a piece of message metadata.

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

bp_messages_is_active_notice()

Return whether or not the notice is currently active.

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

bp_messages_is_message_starred()

Function to determine if a message ID is starred.

Source: bp-messages/bp-messages-star.php:41

bp_messages_mark_notification_on_mark_thread()

Mark new message notification as read when the corresponding message is mark read.

Source: bp-messages/bp-messages-notifications.php:254

bp_messages_message_delete_notifications()

When a message is deleted, delete corresponding notifications.

Source: bp-messages/bp-messages-notifications.php:271

bp_messages_message_sent_add_notification()

Send notifications to message recipients.

Source: bp-messages/bp-messages-notifications.php:184

bp_messages_options()

Output the markup for the message type dropdown.

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

bp_messages_pagination()

Output the pagination HTML for the current thread loop.

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