avatar image link address
-
Is there any way to get the image address of the avatar.
What I mean is when I use
bb_get_avatar( $user->ID)
orpost_author_avatar()
I get the whole code like<img alt="" src="http://www.gravatar.com/avatar/d415555f00b204cfr535327e?s=80&d=identicon&r=g" class="avatar avatar-80 avatar-noemail" style="height:80px; width:80px;" />
But all I need is the image address like
http://www.gravatar.com/avatar/d415555f00b204cfr535327e?s=80&d=identicon&r=g
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.