Validate Gravatar

Validate Gravatar Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 1,955 downloads
Validate Gravatar Icon

Try plugin: Validate Gravatar

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.

Takes ~10 seconds to install.

About Validate Gravatar

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

1


0


0


0


0

updated: 10 years ago
since: 10 years ago
author: Arefly

Description

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