bbp_get_search_template()

Get the search template

Description

Return

(string) Path to template file

Source

File: bp-forums/core/template-loader.php

285
286
287
288
289
290
291
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
bbPress (r4579) 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.