I am trying to display user’s avatar/profile image when logged in, but when I use this: <?php global $current_user; get_currentuserinfo(); echo get_avatar( $current_user->ID, ...
-
June 3, 2022
- 0 Comments