apply_filters( 'bp_get_the_thread_message_sender_avatar_thumb', string $value , array $r )
Filters the avatar for the current message sender.
Parameters Parameters
- $value
-
(string) <img> tag containing the avatar value.
- $r
-
(array) Array of parsed arguments.
Source Source
Changelog Changelog
Version | Description |
---|---|
2.6.0 | Added the $r parameter. |
1.1.0 | Introduced. |