bbp_get_topic_archive_slug( $default = 'discussions' )
Return the topic archive slug
Description
Return
(string)
Source
File: bp-forums/core/options.php
function bbp_get_topic_archive_slug( $default = 'discussions' ) { return apply_filters( 'bbp_get_topic_archive_slug', get_option( '_bbp_topic_archive_slug', $default ) ); }
Changelog
Version | Description |
---|---|
bbPress (r3759) | 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.