We'll create fresh WordPress site with Validate Gravatar installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Check if the Email’s Gravatar is exist.
檢測指定郵箱的Gravatar是否存在
Example:
if(validate_gravatar("[email protected]")){
echo "This Email have Gravatar!";
}else{
echo "This Email do not have Gravatar!";
}