bbp_get_topic_archive_template()
Get the topic archive template
Description Description
Return Return
(string) Path to template file
Source Source
File: includes/core/template-loader.php
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 Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |