bp_members_admin_bar_notifications_menu()

Build the “Notifications” dropdown.


Description Description


Return Return

(bool)


Top ↑

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

Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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