We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b148e81 commit 90f830eCopy full SHA for 90f830e
friendly-captcha/modules/wordpress/wordpress_comments.php
@@ -36,9 +36,8 @@ function frcaptcha_wp_comments_logged_in_show_widget()
36
37
function frcaptcha_wp_comments_validate($comment)
38
{
39
-
40
// Skip captcha for trackback or pingback
41
- if ($comment['comment_type'] != '' && $comment['comment_type'] != 'comment') {
+ if ($comment['comment_type'] != '' && $comment['comment_type'] != 'comment' && $comment['comment_type'] != 'review') {
42
return $comment;
43
}
44
0 commit comments