bbp_reply_permalink( int $reply_id )
Output the link to the reply in the reply loop
Description Description
Parameters Parameters
- $reply_id
-
(Optional) Reply id
Source Source
File: includes/replies/template.php
function bbp_reply_permalink( $reply_id = 0 ) {
echo esc_url( bbp_get_reply_permalink( $reply_id ) );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |