Is your enhancement related to a problem? Please describe.
Several Core user meta fields containing sensitive info aren't scrubbed yet:
_application_passwords
community-events-location
session_tokens
These's also wp_options.admin_email and new_admin_email.
Designs
No response
Describe alternatives you've considered
UPDATE wp_usermeta SET meta_value='' WHERE meta_key IN ('_application_passwords', 'community-events-location', 'session_tokens' )
Code of Conduct
Is your enhancement related to a problem? Please describe.
Several Core user meta fields containing sensitive info aren't scrubbed yet:
_application_passwordscommunity-events-locationsession_tokensThese's also
wp_options.admin_emailandnew_admin_email.Designs
No response
Describe alternatives you've considered
Code of Conduct