Table of Contents
Description #
This filter returns the score for Recaptcha version 3. Use this filter to change the default value to 0.5.
apply_filters('fluentforms_recaptcha_v3_ref_score', 0.5);
Usage #
add_filter('fluentforms_recaptcha_v3_ref_score', function() {
return 0.6;
});
Placement #
This code should be placed in the functions.php file of your active theme.
Source Code #
This filter is located in app/Modules/ReCaptcha/ReCaptcha.php