bp_profile_search_show_form()

Output BuddyBoss Profile Search Form.

Description

Source

File: bp-core/profile-search/bps-form.php

18
19
20
21
22
23
24
25
26
27
function bp_profile_search_show_form () {
    if ( bp_disable_advanced_profile_search() ) {
        return false;
    }
     
    $form_id = bp_profile_search_main_form();
     
    $template = bp_locate_template( 'common/search/profile-search.php', false, false );
    include $template;
}

Changelog

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.