HEX
Server: LiteSpeed
System: Linux premium263.web-hosting.com 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User: eastcjee (525)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //proc/thread-self/cwd/wp-content/plugins/ninja-forms/includes/Config/ActionRecaptchaV3Settings.php
<?php if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

return apply_filters( 'ninja_forms_action_recaptcha_settings', array(
	'score' => array(
		'name'           => 'score',
		'type'           => 'number',
		'min_val'        => 0,
		'max_val'        => 1,
		'step'           => '0.1',
		'value'          => '0.5',
		'group'          => 'advanced',
		'label'          => esc_html__( 'Score Threshold', 'ninja-forms' ),
		'placeholder'    => esc_attr__( 'Score', 'ninja-forms' ),
		'width'          => 'one-half',
		'use_merge_tags' => false,
		'desc'           => esc_attr__( 'reCAPTCHA v3 returns a score (1.0 is very likely a good interaction, 0.0 is very likely a bot). Configure the score threshold for your form submission.', 'ninja-forms' ),
	),
) );