>
Download This Plugin | |
Download Elegant Themes | |
Name | Validate Gravatar |
Version | 1.0.5 |
Author | Arefly |
Rating | 100 |
Last updated | 2014-03-05 12:32:00 |
Downloads |
563
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Validate Gravatar plugin added 12 bytes of resources to the Home page and 16 bytes of resources to the sample Post page.
Validate Gravatar plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Validate Gravatar plugin ads no tables to your Wordpress blog database.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!";
}