bp_members_admin_bar_notifications_menu()
Build the “Notifications” dropdown.
Description
Return
(bool)
Source
File: bp-members/bp-members-adminbar.php
function bp_members_admin_bar_notifications_menu() {
// Bail if notifications is not active.
if ( ! bp_is_active( 'notifications' ) ) {
return false;
}
bp_notifications_toolbar_menu();
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 1.5.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.