bp_message_thread_total_count( int|bool $thread_id = false )
Output a thread’s total message count.
Description Description
Parameters Parameters
- $thread_id
-
(Optional) ID of the thread. Defaults to current thread ID.
Default value: false
Source Source
File: bp-messages/bp-messages-template.php
function bp_message_thread_total_count( $thread_id = false ) { echo bp_get_message_thread_total_count( $thread_id ); }
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |