BP_Forums_Component::__construct()

Start the forums component creation process

Description

Source

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

35
36
37
38
39
40
41
42
43
44
45
public function __construct() {
    parent::start(
        'forums',
        __( 'Forums', 'buddyboss' ),
        buddypress()->plugin_dir
    );
    // $this->includes();
    // $this->setup_globals();
    // $this->setup_actions();
    // $this->fully_loaded();
}

Changelog

Changelog
Version Description
bbPress (r3552) 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.