[wp-trac] [WordPress Trac] #43799: Add a UI and functionality to deactivate gravatar completely (for single site as well as network-wide)
WordPress Trac
noreply at wordpress.org
Wed May 9 04:29:43 UTC 2018
#43799: Add a UI and functionality to deactivate gravatar completely (for single
site as well as network-wide)
-------------------------+------------------------
Reporter: TZ Media | Owner: (none)
Type: enhancement | Status: closed
Priority: normal | Milestone:
Component: General | Version:
Severity: normal | Resolution: duplicate
Keywords: gdpr | Focuses:
-------------------------+------------------------
Changes (by pento):
* keywords: gdpr 2nd-opinion => gdpr
* status: new => closed
* resolution: => duplicate
* milestone: Awaiting Review =>
Comment:
Duplicate of #14682.
If you want to deactivate Gravatars globally, you can create a small mu-
plugin to enforce it. Increasing the priority should cover prevent any of
the various custom avatar plugins from overriding it.
`add_filter( 'get_avatar', '__return_empty_string', 1000 );`
For folks who leave Gravatar activated, there's language in the privacy
policy template to help them inform their visitors about it.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/43799#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list