We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e6d3e commit 8b02a2eCopy full SHA for 8b02a2e
lifterlms/lifterlms-cloudflare-turnstile.php
@@ -36,6 +36,7 @@ function llms_add_turnstile_check() { ?>
36
}
37
add_action( 'llms_checkout_footer_before', 'llms_add_turnstile_check' );
38
add_action( 'lifterlms_after_registration_fields', 'llms_add_turnstile_check' );
39
+add_action( 'lifterlms_after_free_enroll_fields', 'llms_add_turnstile_check' );
40
41
function llms_validate_turnstile( $valid ) {
42
// If $valid is already a truthy, return early since something else already encountered a validation issue.
0 commit comments