Check if the Email's Gravatar is exist. 檢測指定郵箱的Gravatar是否存在
As of April 2026, Validate Gravatar is a WordPress gravatar plugin with 10 active installations and a 5/5 rating from 1 reviews. It has been downloaded 2.5K+ times in total. Requires WordPress 3.0+ and PHP false+. Available on WordPress.org since 2014. Last updated 12 years ago — may have compatibility concerns. Top alternative: Simple Local Avatars.
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!";
}
| WordPress | 3.0+ requiredTested up to 3.7.41 |
| PHP | false+ required |
Version 1.0.5
Version 1.0.4
define. (Thanks to cmhello)Version 1.0.3
Version 1.0.1 to 1.0.2
Version 1.0
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.