bp_nouveau_search( $bp_nouveau = null )

Launch the search loader class.

Description

Source

File: bp-templates/bp-nouveau/includes/search/loader.php

81
82
83
84
85
86
87
function bp_nouveau_search( $bp_nouveau = null ) {
    if ( is_null( $bp_nouveau ) ) {
        return;
    }
 
    $bp_nouveau->search = new BP_Nouveau_search();
}

Changelog

Changelog
Version Description
BuddyPress 3.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.