bbp_view_url( string $view = false )

Output the view url

Description

Parameters

$view

(string) (Optional) View id

Default value: false

Source

File: bp-forums/common/template.php

function bbp_view_url( $view = false ) {
	echo esc_url( bbp_get_view_url( $view ) );
}

Changelog

Changelog
Version Description
bbPress (r2789) Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.