bbp_get_topic_archive_template()
Get the topic archive template
Description
Return
(string) Path to template file
Source
File: bp-forums/core/template-loader.php
366 367 368 369 370 371 | function bbp_get_topic_archive_template() { $templates = array ( 'archive-' . bbp_get_topic_post_type() . '.php' // Topic Archive ); return bbp_get_query_template( 'topic_archive' , $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.