Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sample copy that can be used to alert site visitor's that AI tools are in use #529

Merged
merged 4 commits into from
Jul 10, 2023

Conversation

dkotter
Copy link
Collaborator

@dkotter dkotter commented Jul 6, 2023

Description of the Change

It's ideal to let site visitor's know when AI tools may be in use. This can be fairly straightforward if using AI to write content or to generate images but if used to do things like generate an excerpt, add alt text or classify content there's not necessarily a great place to put these alerts.

The easiest answer is to add a section in your site's Privacy Policy / Terms of Use / similar type of page that let's visitors know that AI tools may be in use. This PR adds sample copy to our README.md file that can be used for this purpose. In addition, it utilizes the core wp_add_privacy_policy_content function to add the same copy to the Privacy admin settings page, allowing users to copy/paste from there:

ClassifAI privacy policy

Closes #480

How to test the Change

  1. Verify the changes to the README.md file look correct
  2. Verify the changes show in the WordPress Privacy admin page

Changelog Entry

Added - Provide sample copy that can be added to a site's Privacy Policy, letting site visitors know AI tools are in use

Credits

Props @jeffpaul, @dkotter

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@dkotter dkotter added this to the 2.2.3 milestone Jul 6, 2023
@dkotter dkotter requested a review from a team as a code owner July 6, 2023 17:56
@dkotter dkotter self-assigned this Jul 6, 2023
@dkotter dkotter requested a review from jeffpaul as a code owner July 6, 2023 17:56
@dkotter dkotter requested review from jeffpaul and removed request for a team and jeffpaul July 6, 2023 17:56
@dkotter dkotter mentioned this pull request Jul 6, 2023
18 tasks
jeffpaul
jeffpaul previously approved these changes Jul 6, 2023
Copy link
Member

@jeffpaul jeffpaul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Generally on-board with the changes here; I left a couple comments for some potential iterations on the copy, open to keeping what's already there or iterating in some manner if my thoughts seem rational to others?

Copy link
Member

@jeffpaul jeffpaul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be good to go, thanks!

@dkotter dkotter merged commit 31555fd into develop Jul 10, 2023
12 checks passed
@dkotter dkotter deleted the feature/527 branch July 10, 2023 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Declaring AI tooling is in use
2 participants