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


Top ↑

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 );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.