bbp_get_single_topic_template()
Get the single topic template
Description
Return
(string) Path to template file
Source
File: bp-forums/core/template-loader.php
350 351 352 353 354 355 | function bbp_get_single_topic_template() { $templates = array ( 'single-' . bbp_get_topic_post_type() . '.php' ); return bbp_get_query_template( 'single_topic' , $templates ); } |
Changelog
Version | Description |
---|---|
bbPress (r3922) | 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.