From 343072af78b974c30787bdde304179aa881875fc Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 26 Oct 2023 16:14:16 -0500 Subject: [PATCH] add FAQ item to readmes --- README.md | 6 ++++++ readme.txt | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index bb5eb9c1..e55dfb75 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,12 @@ Use avatars in your theme using WordPress' built in `get_avatar()` function: [ht You can also use `get_simple_local_avatar()` (with the same arguments) to retreive local avatars a bit faster, but this will make your theme dependent on this plug-in. +## Frequently Asked Questions + +### Does Simple Local Avatars collect personal data of website visitors? + +No. Simple Local Avatars neither collects, stores, nor sends any PII data of visitors or avatar users on the host site or to 10up or other services. + ## Support Level **Stable:** 10up is not planning to develop any new features for this, but will still respond to bug reports and security concerns. We welcome PRs, but any that include new features should be small and easy to integrate and should not include breaking changes. We otherwise intend to keep this tested up to the most recent version of WordPress. diff --git a/readme.txt b/readme.txt index 74c1b332..201aa5a1 100644 --- a/readme.txt +++ b/readme.txt @@ -35,6 +35,12 @@ Use avatars in your theme using WordPress' built in `get_avatar()` function: [ht You can also use `get_simple_local_avatar()` (with the same arguments) to retreive local avatars a bit faster, but this will make your theme dependent on this plug-in. +== Frequently Asked Questions == + += Does Simple Local Avatars collect personal data of website visitors? = + +No. Simple Local Avatars neither collects, stores, nor sends any PII data of visitors or avatar users on the host site or to 10up or other services. + == Screenshots == 1. Avatar upload field on a user profile page