EasyEst Estimating Software
Re-Install EasyEst
Contractor’s choice for over 40 years
Fill Out The Form Below
add_filter( 'bricks/form/recaptcha_score_threshold', function( $score ) {
// Bricks default is 0.5
$score = 0.8;
return $score;
}, 10, 1 );