bbp_get_forums_url( string $path = '/' )

Return the forum URL


Description Description


Parameters Parameters

$path

(Optional) Additional path with leading slash

Default value: '/'


Top ↑

Source Source

File: includes/common/template.php

	function bbp_get_forums_url( $path = '/' ) {
		return home_url( bbp_get_root_slug() . $path );
	}

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.