BP_Core::__construct()
Start the members component creation process.
Description Description
Source Source
File: bp-core/classes/class-bp-core.php
public function __construct() { parent::start( 'core', __( 'BuddyPress Core', 'buddypress' ), buddypress()->plugin_dir ); $this->bootstrap(); }
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |