bp_search_load_template( $template, $variation = false )
Loads BuddyBoss Search template.
Description
Source
File: bp-search/bp-search-template.php
function bp_search_load_template( $template, $variation=false ){ $file = $template; if( $variation ){ $file .= '-' . $variation; } bp_get_template_part( 'search/' . $file ); }
Changelog
Version | Description |
---|---|
BuddyBoss 1.0.0 | 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.