bbp_reply_class( int $reply_id,  $classes = array() )

Output the row class of a reply


Description Description


Parameters Parameters

$reply_id

(Optional) Reply ID

(Optional) Extra classes you can pass when calling this function


Top ↑

Source Source

File: includes/replies/template.php

function bbp_reply_class( $reply_id = 0, $classes = array() ) {
	echo bbp_get_reply_class( $reply_id, $classes );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.