bbp_reply_author_link( array $args = array() )
Output the author link of the reply
Description Description
Parameters Parameters
- $args
-
(Optional) If it is an integer, it is used as reply id.
Default value: array()
Source Source
File: includes/replies/template.php
function bbp_reply_author_link( $args = array() ) { echo bbp_get_reply_author_link( $args ); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |