Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rest API returns gravatar urls #32

Open
pesseba opened this issue Mar 30, 2017 · 1 comment
Open

Rest API returns gravatar urls #32

pesseba opened this issue Mar 30, 2017 · 1 comment

Comments

@pesseba
Copy link

pesseba commented Mar 30, 2017

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"
},
[...]

@cdog
Copy link
Member

cdog commented Mar 30, 2017

Hey @pesseba,

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.

Best,
Cătălin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants