I don’t want to request ReCaptcha for logged in users
ask-form.php change line 102 for
if ( ap_show_captcha_to_user() && !is_user_logged_in()) {
same on:
answer-form.php change line 87 for
if ( ap_show_captcha_to_user() && !is_user_logged_in()) {
file are in wp-content/plugins/anspress-question-answer/includes
I’ve done a commit for that on github.
Just looking to contribute in some way for that great open source job you’ve done.
Stacy commented on answer
might just want this to be for a role or point level considering a spammer can create an account and then use a robot or some automation.