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