BP_Core::__construct()

Start the members component creation process.

Description

Source

File: bp-core/classes/class-bp-core.php

26
27
28
29
30
31
32
33
34
public function __construct() {
    parent::start(
        'core',
        __('BuddyBoss Core', 'buddyboss'),
        buddypress()->plugin_dir
    );
 
    $this->bootstrap();
}

Changelog

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