apply_filters( 'bp_get_message_thread_avatar', string $value , array $r )
Filters the avatar for the last sender in the current message thread.
Parameters Parameters
- $value
-
(string) User avatar string.
- $r
-
(array) Array of parsed arguments.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Added the $r parameter. |
1.0.0 | Introduced. |