bbp_reply_author_avatar( int $reply_id, int $size = 40 )
Output the author avatar of the reply
Description Description
Parameters Parameters
- $reply_id
-
(Optional) Reply id
- $size
-
(Optional) Size of the avatar. Defaults to 40
Default value: 40
Source Source
File: includes/replies/template.php
function bbp_reply_author_avatar( $reply_id = 0, $size = 40 ) { echo bbp_get_reply_author_avatar( $reply_id, $size ); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |