bp_message_thread_total_and_unread_count( int|bool $thread_id = false )
Output markup for the current thread’s total and unread count.
Description Description
Parameters Parameters
- $thread_id
-
(Optional) ID of the thread. Default: current thread ID.
Default value: false
Source Source
File: bp-messages/bp-messages-template.php
function bp_message_thread_total_and_unread_count( $thread_id = false ) { echo bp_get_message_thread_total_and_unread_count( $thread_id ); }
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |