• Could you please add support for wordpress built-in function get_avatar_url( mixed $id_or_email, array $args = null )? This function still return the old avatar url.

Viewing 1 replies (of 1 total)
  • They have their own function that does the same thing only gives the url you want. You can find it under includes/wpua-functions.php,

    or just straight to the answer just do this…
    get_wp_user_avatar_src($id_of_the_author, $int_size_of_the_image, $string_alignment);

Viewing 1 replies (of 1 total)
  • The topic ‘get_avatar_url( mixed $id_or_email, array $args = null )’ is closed to new replies.