diff --git a/inc/classes/Captcha.php b/inc/classes/Captcha.php new file mode 100644 index 0000000..4757808 --- /dev/null +++ b/inc/classes/Captcha.php @@ -0,0 +1,11 @@ +
';} + elseif (akina_option('verification_type') == 'Google reCAPTCHA' && akina_option('rehidden') == '0') { + $robot_comments = '';} + elseif(akina_option('verification_type') == 'Google reCAPTCHA v3'){ + $robot_comments = '';} + elseif(akina_option('verification_type') == 'mCAPTCHA'){ + $robot_comments = '';} + elseif(akina_option('verification_type') == 'Theme CAPTCHA'){ + $robot_comments = '';}?>