Filter: bricks/form/recaptcha_score_threshold
Filters the minimum score required for Google reCAPTCHA v3 validation in Bricks forms. Scores range from 0.0 (likely a bot) to 1.0 (likely a human).
Parameters
Section titled “Parameters”$score(float): The minimum score threshold. Default is0.5.
Example usage
Section titled “Example usage”add_filter( 'bricks/form/recaptcha_score_threshold', function( $score ) { // Increase threshold to 0.8 for stricter validation return 0.8;} );Was this helpful?
A quick vote and short notes help us improve these docs faster.
Leave a note for us
Thanks for sharing feedback. We're using it to improve these docs.