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)


Top ↑

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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