BBP_Forums_Component::__construct()

Start the forums component creation process


Description Description


Source Source

File: includes/extend/buddypress/loader.php

	public function __construct() {
		parent::start(
			'forums',
			esc_html__( 'Forums', 'bbpress' ),
			bbpress()->includes_dir . 'extend/buddypress/'
		);
		$this->includes();
		$this->setup_globals();
		$this->setup_actions();
		$this->fully_loaded();
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.