文件操作 - ActionRecaptchaV3Settings.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/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' ), ), ) );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件