Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] Remove the ”visit” link from the buddypress admin bar…

  • Hi all

    I wanted to get rid of the ”Visit” link on the buddypress admin bar.

    What i did was ghoing into the bp-core-adminbar.php and changed the:

    add_action( ’bp_adminbar_menus’, ’bp_adminbar_random_menu’, 100 );

    to…

    remove_action( ’bp_adminbar_menus’, ’bp_adminbar_random_menu’, 100 );

    The ”Visit” link is now gone and I haven’t done anything else, is this correct or is there anything else I need to do?

    Please advise

    Regards
    T

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Resolved] Remove the ”visit” link from the buddypress admin bar…’ is closed to new replies.
Skip to toolbar