bbp_get_topics_url( string $path = '/' )

Return the forum URL


Description Description


Parameters Parameters

$path

(Optional) Additional path with leading slash

Default value: '/'


Top ↑

Return Return

(The) URL to the topics archive


Top ↑

Source Source

File: includes/common/template.php

	function bbp_get_topics_url( $path = '/' ) {
		return home_url( bbp_get_topic_archive_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.