Warning: This function has been deprecated.
bp_adminbar_notifications_menu()
Add the Notifications menu to the BuddyBar.
Description Description
Source Source
File: bp-core/deprecated/2.1.php
function bp_adminbar_notifications_menu() { // Bail if notifications is not active if ( ! bp_is_active( 'notifications' ) ) { return false; } bp_notifications_buddybar_menu(); }
Changelog Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |