You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for getting involved. That's true, the plugin haven't been updated in a while and it doesn't support yet the WordPress REST API.
I'm planning to update it but I can't promise a date yet, been busy for a while. When things are ready I'll let you know. Thanks for reporting and for the patience.
Hello,
When using the WP REST API call, like this:
http://localhost/wordpress/wp-json/wp/v2/users/
The return is still gravatar urls:
[...]
"avatar_urls": {
"24": "http://0.gravatar.com/avatar/f4f831ab130aa01e9d65d539c78ec24c?s=24&d=mm&r=g",
"48": "http://0.gravatar.com/avatar/f4f831ab130aa01e9d65d539c78ec24c?s=48&d=mm&r=g",
"96": "http://0.gravatar.com/avatar/f4f831ab130aa01e9d65d539c78ec24c?s=96&d=mm&r=g"
},
[...]
The text was updated successfully, but these errors were encountered: