Skip to:
Content
Pages
Categories
Search
Top
Bottom

disable Cover Image from Members Directory Card


  • unbroken1
    Participant

    @unbroken1

    On my BuddyPress Members Directory Card, I want to disable the Cover Image, while the Cover Image should appear on the Member’s Single Page.

    I used this Snippet:

    
    // For members :
    add_filter( 'bp_is_profile_cover_image_active', '__return_false' );

    Which I got from here:

    BuddyPress 2.4.0 will introduce Cover Images for members & groups!

    But it didn’t work.

    Anyone know how I can effectively disable the Cover Photo from the Members Directory Card?

    Regards.

  • You must be logged in to reply to this topic.
Skip to toolbar