From efa7ba310b91d139dca44fb658df937c3bd32986 Mon Sep 17 00:00:00 2001 From: smallxu038 <47671569+smallxu038@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:36:34 +0800 Subject: [PATCH] Add Captcha Captcha.php --- inc/classes/Captcha.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 inc/classes/Captcha.php 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 = '';}?>