sunchaserinfo / wp-libravatar-replace

Libravatar Replace plugin for WordPress
https://wordpress.org/plugins/libravatar-replace/
ISC License
7 stars 0 forks source link

In user profile : replace "gravatar" with "libravatar" text #6

Open Draky50110 opened 4 years ago

Draky50110 commented 4 years ago

Hello.

In user profile, still written "you can change your avatar at gravatar" text. Maybe would be good to replace it with libratar text and URL ?

sunchaserinfo commented 4 years ago

Seems possible https://developer.wordpress.org/reference/hooks/user_profile_picture_description/

u0nel commented 4 years ago

Also, it seems like gravatar still works even if you enabled libravatar replace. I would like an option to completely ban gravatar.

sunchaserinfo commented 4 years ago

@himynameisulpa libravatar.org returns gravatar as a fallback. We may provide an option to change hashing algorithm to sha that disables this behavior but it may also break noncompliant federated services. Anyway, please create a separate issue for that

u0nel commented 4 years ago

Oh ok, I thought the plugin would do that.

sunchaserinfo commented 1 year ago

Anyone care to take over the plugin?