Skip to content

Commit 8b02a2e

Browse files
authored
Update lifterlms-cloudflare-turnstile.php
1 parent c4e6d3e commit 8b02a2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lifterlms/lifterlms-cloudflare-turnstile.php

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ function llms_add_turnstile_check() { ?>
3636
}
3737
add_action( 'llms_checkout_footer_before', 'llms_add_turnstile_check' );
3838
add_action( 'lifterlms_after_registration_fields', 'llms_add_turnstile_check' );
39+
add_action( 'lifterlms_after_free_enroll_fields', 'llms_add_turnstile_check' );
3940

4041
function llms_validate_turnstile( $valid ) {
4142
// If $valid is already a truthy, return early since something else already encountered a validation issue.

0 commit comments

Comments
 (0)