BP_Settings_Component::__construct()
Start the settings component creation process.
Description Description
Source Source
File: bp-settings/classes/class-bp-settings-component.php
public function __construct() {
parent::start(
'settings',
__( 'Settings', 'buddypress' ),
buddypress()->plugin_dir,
array(
'adminbar_myaccount_order' => 100
)
);
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |