Forums
(@micheleivani)
10 years, 4 months ago
The plugin simply call the function, passing the id of the user and the image size
<?php $url = get_avatar_url( $user_id, array('size' => 60 ) ); ?>
Thanks for the reply!