Profile picture of tdmc123 active 1 year, 2 months ago

tdmc123

@tdmc123
  • 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,…[Read more]

    View Topic 1 year, 2 months ago
  • 1 year, 2 months ago
  • tdmc123 posted an update:

    @nuprn1 Hi Rich

    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…[Read more]

    1 year, 2 months ago