BP_Search_Component::__construct()

Start the search component creation process

Description

Source

File: bp-search/classes/class-bp-search-component.php

25
26
27
28
29
30
31
public function __construct() {
    parent::start(
        'search',
        __( 'Search', 'buddyboss' ),
        buddypress()->plugin_dir
    );
}

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.