bp_search_load_template( $template, $variation = false )
Loads BuddyBoss Search template.
Description
Source
File: bp-search/bp-search-template.php
48 49 50 51 52 53 54 55 56 | 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.