bbp_reply_position( int $reply_id, int $topic_id )
Output the numeric position of a reply within a topic
Description Description
Parameters Parameters
- $reply_id
-
(Optional) Reply id
- $topic_id
-
(Optional) Topic id
Source Source
File: includes/replies/template.php
function bbp_reply_position( $reply_id = 0, $topic_id = 0 ) { echo bbp_get_reply_position( $reply_id, $topic_id ); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |