bbp_forum_parent_id( int $forum_id )

Output parent ID of a forum, if exists


Description Description


Parameters Parameters

$forum_id

(Required) Forum ID


Top ↑

Source Source

File: includes/forums/template.php

function bbp_forum_parent_id( $forum_id = 0 ) {
	echo bbp_get_forum_parent_id( $forum_id );
}

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.