Functions |
Description |
---|---|
bp_message_notice_id() |
Output the ID of the current notice in the loop. |
bp_message_notice_post_date() |
Output the post date of the current notice in the loop. |
bp_message_notice_subject() |
Output the subject of the current notice in the loop. |
bp_message_notice_text() |
Output the text of the current notice in the loop. |
bp_message_search_form() |
Output the Private Message search form. |
bp_message_thread() |
Set up the current thread inside the loop. |
bp_message_thread_avatar() |
Output the avatar for the last sender in the current message thread. |
bp_message_thread_content() |
Output the thread’s last message content. |
bp_message_thread_delete_link() |
Output the URL for deleting the current thread. |
bp_message_thread_excerpt() |
Output an excerpt from the current message in the loop. |
bp_message_thread_from() |
Output a link to the page of the current thread’s last author. |
bp_message_thread_has_unread() |
Check whether the current thread has unread items. |
bp_message_thread_id() |
Output the ID of the current thread in the loop. |
bp_message_thread_last_post_date() |
Output the nicely formatted date of the last post in the current thread. |
bp_message_thread_last_post_date_raw() |
Output the unformatted date of the last post in the current thread. |
bp_message_thread_subject() |
Output the subject of the current thread in the loop. |
bp_message_thread_to() |
Output links to the pages of the current thread’s recipients. |
bp_message_thread_total_and_unread_count() |
Output markup for the current thread’s total and unread count. |
bp_message_thread_total_count() |
Output a thread’s total message count. |
bp_message_thread_unread_count() |
Output the current thread’s unread count. |
bp_message_thread_view_link() |
Output the permalink for a particular thread. |
bp_message_threads() |
Check whether there are more threads to iterate over. |
bp_messages_action_bulk_manage() |
Handle bulk management (mark as read/unread, delete) of message threads. |
bp_messages_action_create_message() |
Handle creating of private messages or sitewide notices |
bp_messages_action_edit_notice() |
Handle editing of sitewide notices. |
bp_messages_action_mark_read() |
Handle marking a single message thread as read. |
bp_messages_action_mark_unread() |
Handle marking a single message thread as unread. |
bp_messages_add_meta() |
Add a piece of message metadata. |
bp_messages_add_user_to_group_message_thread() |
Remove member to Group thread when h/she joined the group. |
bp_messages_admin_repair_unread_messages_count() |
Repair unread messages count. |
bp_messages_bulk_management_dropdown() |
Output the dropdown for bulk management of messages. |
bp_messages_clear_cache_on_message_delete() |
Clear message cache after a message thread is deleted. |
bp_messages_clear_cache_on_message_save() |
Clear message cache after a message is saved. |
bp_messages_content_value() |
Output the default value for the Compose content field. |
bp_messages_delete_meta() |
Delete metadata for a message. |
bp_messages_delete_thread_paginated_messages_cache() |
Invalidate cache for thread pagination messages. |
bp_messages_embed() |
Enable oEmbed support for Messages. |
bp_messages_enforce_current_user() |
Enforce limitations on viewing private message contents |
bp_messages_filter_kses() |
Custom kses filtering for message content. |
bp_messages_filter_starred_message_threads() |
Filter message threads by those starred by the logged-in user. |
bp_messages_form_action() |
Echo the form action for Messages HTML forms. |
bp_messages_get_avatars() |
Get Message thread avatars by thread id. |
bp_messages_get_meta() |
Get a piece of message metadata. |
bp_messages_is_active_notice() |
Return whether or not the notice is currently active. |
bp_messages_is_message_starred() |
Function to determine if a message ID is starred. |
bp_messages_mark_notification_on_mark_thread() |
Mark new message notification as read when the corresponding message is mark read. |
bp_messages_message_delete_notifications() |
When a message is deleted, delete corresponding notifications. |
bp_messages_message_sent_add_notification() |
Send notifications to message recipients. |
bp_messages_options() |
Output the markup for the message type dropdown. |
bp_messages_pagination() |
Output the pagination HTML for the current thread loop. |