bp_get_max_thread_recipients_to_list()
Get the max number of recipients to list in the ‘Conversation between.
Description
..’ gloss.
Return
(int)
Source
File: bp-messages/bp-messages-template.php
function bp_get_max_thread_recipients_to_list() {
/**
* Filters the max number of recipients to list in the 'Conversation between...' gloss.
*
* @since BuddyPress 2.3.0
*
* @param int $count Recipient count. Default: 5.
*/
return (int) apply_filters( 'bp_get_max_thread_recipients_to_list', 5 );
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 2.3.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.