bp_members_admin_bar_notifications_menu()
Build the “Notifications” dropdown.
Description Description
Return Return
(bool)
Source 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 Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |