=== Plugin Name === Contributors: giefferre Tags: avatar, author Requires at least: 2.5 Tested up to: 2.7 Stable tag: trunk This plugin returns the clean url of the image taken from the get_avatar value. == Description == This simple plugin is useful for retrieving the clean URL of the avatar of the author, in the case you are using the get_avatar function. It works as a parser, cleaning up the returned value of get_avatar. Please note: the get_avatar_img requires WP 2.5 or above. == Installation == 1. Upload `get-avatar-img` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Place `` in your templates. Please note: this function will return an URL as http://www.gravatar.com/avatar/*AVATAR_ID*?s=*SIZE*, not an HTML tag