Skip to content

Commit

Permalink
Fix $enableRecaptcha typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sudokku committed Sep 26, 2024
1 parent 6c780f7 commit 3d95e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpzoom-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ public function register_frontend_assets() {
}

$depends[] = 'google-recaptcha';
} elseif ( 'turnstile' == $recaptchaService ) {
} elseif ( 'turnstile' == $enableRecaptcha ) {
wp_register_script(
'turnstile-recaptcha',
'https://challenges.cloudflare.com/turnstile/v0/api.js',
Expand Down

0 comments on commit 3d95e54

Please sign in to comment.