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();
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.