Tagged Questions
0
votes
2answers
363 views
Social Media's Avatar not working (Wordpress Social Login plugin)
I am using Wordpress Social Plugin. The problem is that social media's avatar is not showing.
Here is my comment avatar code:
<?php echo get_avatar(get_current_user_id(),30); ?>
I found ...