get user avatar wordpress

Solutions on MaxInterview for get user avatar wordpress by the best coders in the world

showing results for - "get user avatar wordpress"
Marlena
10 Jan 2020
1<?php echo get_avatar( get_the_author_meta( 'ID' ), 32 ); ?>
2