BP_Messages_Component::__construct()
Start the messages component creation process.
Description Description
Source Source
File: bp-messages/classes/class-bp-messages-component.php
public function __construct() {
parent::start(
'messages',
__( 'Private Messages', 'buddypress' ),
buddypress()->plugin_dir,
array(
'adminbar_myaccount_order' => 50,
'features' => array( 'star' )
)
);
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |