@alexmcxl
6 years, 8 months ago
after the return comes
`’‘
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 !
Thanks Henry
I gona try it