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