bp_get_max_thread_recipients_to_list()
Get the max number of recipients to list in the ‘Conversation between.
Description Description
..’ gloss.
Return Return
(int)
Source 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 2.3.0 * * @param int $count Recipient count. Default: 5. */ return (int) apply_filters( 'bp_get_max_thread_recipients_to_list', 5 ); }
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |