Validate Gravatar

0

Check if the Email’s Gravatar is exist. 檢測指定郵箱的Gravatar是否存在 Example: if(validate_gravatar(“name@domain.com”)){ echo “This Email have Gravatar!”; }else{ e

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

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