Hides/masks personal email addresses using vip-support@automattic.com instead in main Users list for VIP Support users with a8c email addresses. Gravatars also change to become generic VIP one as well.
There's no need to verify support aliases any more (re https://github.com/Automattic/vip-support/pull/73) since the "fake" alias emails will be included via the is_a8c_email() method, so removed is_vip_support_email_alias logic and tests.
for #66
Hides/masks personal email addresses using
vip-support@automattic.com
instead in main Users list for VIP Support users with a8c email addresses. Gravatars also change to become generic VIP one as well.There's no need to verify support aliases any more (re https://github.com/Automattic/vip-support/pull/73) since the "fake" alias emails will be included via the
is_a8c_email()
method, so removedis_vip_support_email_alias
logic and tests.Displays in a single site as:
Would work for any of valid
is_a8c_email()
email domains.Note this does not work on multisite/network setups.