apply_filters( 'bp_messages_thread_get_recipients', array $recipients , int $thread_id )
Filters the recipients of a message thread.
Description Description
Parameters Parameters
- $recipients
-
Array of recipient objects.
- $thread_id
-
ID of the current thread.
Source Source
File: bp-messages/classes/class-bp-messages-thread.php
Changelog Changelog
Version | Description |
---|---|
2.2.0 | Introduced. |