Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] After upgraded BP 1.7, some codes in functions.php didn’t works


  • @mikey3d
    Participant

    @mikey3d

    I had the functions.php that works but after BP 1.7 some didn’t works

     

    There are two things that didn’t works.

     

    1)  //=Remove the “visit” link from the buddypress admin bar

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

     

    2) //=Removing site name logo from admin bar

    remove_action( ‘bp_adminbar_logo’, ‘bp_adminbar_logo’ );

     

    How do I fix this?

     

    Thanks, Mikey3D

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Resolved] After upgraded BP 1.7, some codes in functions.php didn’t works’ is closed to new replies.
Skip to toolbar