BP_Notifications_Component::__construct()
Start the notifications component creation process.
Description
Source
File: bp-notifications/classes/class-bp-notifications-component.php
24 25 26 27 28 29 30 31 32 33 | public function __construct() { parent::start( 'notifications' , __( 'Notifications' , 'buddyboss' ), buddypress()->plugin_dir, array ( 'adminbar_myaccount_order' => 30 ) ); } |
Changelog
Version | Description |
---|---|
BuddyPress 1.9.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.