Avatar filter not retrieving.
-
I’m running 2.4.4-alpha (I already checked the latest and this issue still exists).
Line 352 reads:
$user_avatar = get_user_meta( $_user_ID, $avatar_field . '.ID', true );
But I can only get the image to display without the ‘.ID’, like so:
$user_avatar = get_user_meta( $_user_ID, $avatar_field, true );
I’m going to update my alpha. Can you let me know if this is something that will be fixed in 2.5 Beta 1? I’ll run my update then.
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Avatar filter not retrieving.’ is closed to new replies.