bbp_reply_class( int $reply_id, $classes = array() )
Output the row class of a reply
Description
Parameters
- $reply_id
-
(Optional) Reply ID
-
(Optional) Extra classes you can pass when calling this function
Source
File: bp-forums/replies/template.php
function bbp_reply_class( $reply_id = 0, $classes = array() ) {
echo bbp_get_reply_class( $reply_id, $classes );
}
Changelog
| Version | Description |
|---|---|
| bbPress (r2678) | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.