This function has been deprecated. BuddyPress 2.1.0 instead.

bp_adminbar_notifications_menu()

Add the Notifications menu to the BuddyBar.

Description

Source

File: bp-core/deprecated/buddypress/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
BuddyPress 2.1.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.