Skip to:
Content
Pages
Categories
Search
Top
Bottom

Reply To: Admin Bar topics to Nav Bar

@gunju2221

Participant

Could be something related to: but It isn’t guaranteed to work, might need to play around with it..

function bp_adminbar_account_menu() {
global $bp;

if ( !$bp->bp_nav || !is_user_logged_in() )
return false;

echo '<li id="bp-adminbar-account-menu"><a href="' . bp_loggedin_user_domain() . '">';

echo __( 'My Profile', 'buddypress' ) . '</a>';
echo '<ul>';
}
Skip to toolbar