Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ciorici committed Sep 26, 2024
2 parents c2e57d4 + 3d95e54 commit e271762
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 e271762

Please sign in to comment.