bbp_forum_class( int $forum_id,  $classes = array() )

Output the row class of a forum


Description Description


Parameters Parameters

$forum_id

(Optional) Forum ID.

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


Top ↑

Source Source

File: includes/forums/template.php

function bbp_forum_class( $forum_id = 0, $classes = array() ) {
	echo bbp_get_forum_class( $forum_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.