bbp_view_url( string $view = false )

Output the view url


Description Description


Parameters Parameters

$view

(Optional) View id

Default value: false


Top ↑

Source Source

File: includes/common/template.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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