Custom Avatar
-
Updated from pods.2.3.12 to 2.3.16
The get_avatar function is not working correctly if the user has a custom avatar uploaded via the pods User avatar extension.
All avatars displayed defaults to the current user’s custom avatar.Even if the WordPress function
get_avatar()
is called.<?php echo get_avatar( $id_or_email, $size, $default, $alt ); ?>
No matter what
$id_or_email
is passed toget_avatar()
pods returns the same avatar (the current users avatar).
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Custom Avatar’ is closed to new replies.