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!";
}

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!";
}
文章发布于: