bbp_topics_url( string $path = '/' )

Output 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_topics_url( $path = '/' ) {
	echo esc_url( bbp_get_topics_url( $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.