[Plugin: Author Exposed] Plugin author expsed gravatar
-
For these who got problems with gravatars replace code in author-exposed.php around line 35
$gravatar = ‘https://www.gravatar.com/avatar.php?gravatar_id=’ .md5($mail);
with one that suggested on gravatar.com support site for php
$gravatar =”https://www.gravatar.com/avatar/” . md5( strtolower( trim( $mail ) ) ) . “?d=” . urlencode( $default ) . “&s=” . $size;
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Author Exposed] Plugin author expsed gravatar’ is closed to new replies.