bbp_get_topics_url( string $path = '/' )
Return the forum URL
Description Description
Parameters Parameters
- $path
-
(Optional) Additional path with leading slash
Default value: '/'
Return Return
(The) URL to the topics archive
Source Source
File: includes/common/template.php
function bbp_get_topics_url( $path = '/' ) { return home_url( bbp_get_topic_archive_slug() . $path ); }
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |