bbp_get_topic_merge_template()
Get the topic merge template
Description
Return
(string) Path to template file
Source
File: bp-forums/core/template-loader.php
414 415 416 417 418 419 | function bbp_get_topic_merge_template() { $templates = array ( 'single-' . bbp_get_topic_post_type() . '-merge.php' , // Topic Merge ); return bbp_get_query_template( 'topic_merge' , $templates ); } |
Changelog
Version | Description |
---|---|
bbPress (r3311) | 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.