Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Miled

    (@miled)

    could you apply this patch, I’ll hotfix this soon

    +++ b/includes/services/wsl.user.avatar.php
    @@ -69,6 +69,11 @@ function wsl_user_custom_avatar($avatar, $mixed, $size, $default, $alt)
            {
                    $user_thumbnail = get_user_meta( $user_id, 'wsl_current_user_image', true );
    
    +               if( ! $user_thumbnail )
    +               {
    +                       $user_thumbnail = get_user_meta( $user_id, 'wsl_user_image', true );
    +               }
    +
                    if( $user_thumbnail )
                    {
    Plugin Author Miled

    (@miled)

    done

    Thread Starter Anshul Tewari

    (@anshultewari)

    Thanks! The issue has been resolved. You were very prompt – thanks for that ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘All profile/author pictures vanished after update’ is closed to new replies.