Everyone commenting on our website is a guest, without a login and password.
Once a comment has been made by a "name" and an "email address", we would like to require all future comments that use that "name" to have to use that "email address", or give an error message something like "name already in use by someone else, please choose a different name".
The idea being that we do not want different people using the same "name".
Is this already possible with a combination of plugins and or addons?
How can this be done?
Hi,
You can use the preprocess_comment hook to make the customization you want.
More info here: https://developer.wordpress.org/reference/hooks/preprocess_comment/
How do I find all of the previously used 'comment_author' + 'comment_author_email' pairs to verify that the current 'comment_author' has not previously been associated with a different 'comment_author_email' ?