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
As we hijack the output of get_avatarthis also affects the output on wp-admin/options-discussion.php showing the same image (the currently logged in users avatar) for all options.
It seems as if the default_avatar_select filter makes it possible to alter the display of those options.
This means we can probably display our own default here or just completely hide these settings. Also see #30 that already covers the default/fallback issue.
The text was updated successfully, but these errors were encountered:
Completely hiding doesn't seem to be doable as the sentence
For users without a custom avatar of their own, you can either display a generic logo or a generated one based on their email address.
is displayed anyway.
So we have to put something here. Maybe just a notice like
By default the WCM Avatar Plugin displays an empty avatar. If you want to change that use the wcm.avatar.default_avatar avatar filter <a href="{link_to_readme_on_github}">as explained here.
As we hijack the output of
get_avatar
this also affects the output onwp-admin/options-discussion.php
showing the same image (the currently logged in users avatar) for all options.It seems as if the
default_avatar_select
filter makes it possible to alter the display of those options.This means we can probably display our own default here or just completely hide these settings. Also see #30 that already covers the default/fallback issue.
The text was updated successfully, but these errors were encountered: