I am writing a widget in which the user will be able to select the author in radio and the avatar of the admin and description will be displayed in the widget.
wp_list_authors() Unfortunately does not give Id. I want to use the get_the_author_meta function for outputting information, which requires an id if outside the loop. Maybe there is another way?