We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684f81c commit 622c360Copy full SHA for 622c360
README.md
@@ -134,9 +134,9 @@ Specify your Score threshold and action in 'setting', e.g.
134
``` php
135
'setting' = [
136
[
137
- 'action' => 'contact_us', // Google reCAPTCHA required paramater
138
- 'threshold' => 0.2, // score threshold
139
- 'is_enabled' => false // if this is true, the system will do score comparsion against your threshold for the action
+ 'action' => 'contact_us', // Google reCAPTCHA required paramater
+ 'threshold' => 0.2, // score threshold
+ 'score_comparision' => false // if this is true, the system will do score comparsion against your threshold for the action
140
],
141
142
'action' => 'signup',
0 commit comments