Validate Gravatar

plugin banner

Check if the Email's Gravatar is exist. 檢測指定郵箱的Gravatar是否存在

Author:Arefly (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:3.8.1
Plugin version:1.0.5
Added to WordPress repository:19-02-2014
Last updated:05-03-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:1
Plugin URI:http://www.arefly.com/validate-gravatar/
Total downloads:1 966
Active installs:30+
plugin download
Click to start download

Check if the Email's Gravatar is exist.

檢測指定郵箱的Gravatar是否存在

Example:

if(validate_gravatar("name@domain.com")){
    echo "This Email have Gravatar!";
}else{
    echo "This Email do not have Gravatar!";
}

FAQ
ChangeLog