apply_filters( 'bp_get_message_thread_total_count', int $count, int $thread_id )

Filters the current thread’s total message count.


Description Description


Parameters Parameters

$count

Current thread total message count.

$thread_id

ID of the queried thread.


Top ↑

Source Source

File: bp-messages/bp-messages-template.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Added the $thread_id parameter.
2.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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