bbp_get_single_view_template()
Get the view template
Description
Return
(string) Path to template file
Source
File: bp-forums/core/template-loader.php
function bbp_get_single_view_template() { $view_id = bbp_get_view_id(); $templates = array( 'single-view-' . $view_id . '.php', // Single View ID 'view-' . $view_id . '.php', // View ID 'single-view.php', // Single View 'view.php', // View ); return bbp_get_query_template( 'single_view', $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.