bbp_get_search_template()
Get the search template
Description Description
Return Return
(string) Path to template file
Source Source
File: includes/core/template-loader.php
function bbp_get_search_template() { $templates = array( 'page-forum-search.php', // Single Search 'forum-search.php', // Search ); return bbp_get_query_template( 'single_search', $templates ); }
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |