BuddyBoss Home – Web Support Forums Themes Boss. theme Remove Social Profile fields

Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #36895
    @msutyler2

    What is the best way to remove the social fields from view and to remove them from the Base group when in profile edit.

    Answers

    #36911

    Alyssa
    Participant
    @alyssa-buddyboss

    @msutyler2 Are you looking to remove them completely?

    #36917
    @msutyler2

    Yes. I don’t need them in anyway.

    #36956

    Alyssa
    Participant
    @alyssa-buddyboss

    @msutyler2 Add this to your child theme functions.php file:

    function remove_bb_social(){
    remove_action( 'bp_after_profile_field_content' , 'buddyboss_user_social_fields' );
    }
    add_action( 'init' , 'remove_bb_social' );
    #36959
    @msutyler2

    perfect, thanks.

    #37010

    Alyssa
    Participant
    @alyssa-buddyboss

    No problem 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Remove Social Profile fields’ is closed to new replies.