bbp_group_forums_root_id( int $default )

Output the group forums root parent forum id


Description Description


Parameters Parameters

$default

(Optional) Default value


Top ↑

Source Source

File: includes/core/options.php

function bbp_group_forums_root_id( $default = 0 ) {
	echo bbp_get_group_forums_root_id( $default );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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