Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

  • alexmcxl
    Participant

    @alexmcxl

    after the return comes

    `’


    alexmcxl
    Participant

    @alexmcxl

    Nothing blurry was working, but I changed the picture, if anyone can use this, this works !!!

    add_filter( ‘bp_get_displayed_user_avatar’, function( $array ) {
    if ( pmpro_hasMembershipLevel(‘Premium’) ) {
    return $array;
    } else {
    return ‘‘;
    }
    } );

    I would like to do the same for cover_image_header

    any help is welcome !


    alexmcxl
    Participant

    @alexmcxl

    Thanks Henry

    I gona try it

Viewing 3 replies - 1 through 3 (of 3 total)
Skip to toolbar