This function has been deprecated. BuddyPress 2.1.0 instead.
bp_adminbar_logo()
Output the BuddyBar logo.
Description
Source
File: bp-core/deprecated/buddypress/2.1.php
function bp_adminbar_logo() {
echo '<a href="' . bp_get_root_domain() . '" id="admin-bar-logo">' . get_blog_option( bp_get_root_blog_id(), 'blogname' ) . '</a>';
}
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.