BP_Notifications_Component::__construct()
Start the notifications component creation process.
Description Description
Source Source
File: bp-notifications/classes/class-bp-notifications-component.php
public function __construct() {
parent::start(
'notifications',
_x( 'Notifications', 'Page <title>', 'buddypress' ),
buddypress()->plugin_dir,
array(
'adminbar_myaccount_order' => 30
)
);
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.9.0 | Introduced. |