Get URL only via get_wp_user_avatar_url
-
Hey,
Is it possible to get ONLY the URL of a user via $id?
For example:
function get_team_avatar_url( $id ) { return get_wp_user_avatar_url( $id ); }
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Get URL only via get_wp_user_avatar_url’ is closed to new replies.