文件操作 - SecurityChallenge.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/give/src/Framework/FieldsAPI/SecurityChallenge.php
编辑文件内容
<?php namespace Give\Framework\FieldsAPI; /** * Security challenge fields are a special snowflake. * They can typically only be validated once on the server. * Extending this abstract field will ensure that the field is not validated on the server * before the form is fully submitted, avoiding pre-validation conflicting endpoints. * * @since 4.1.0 */ abstract class SecurityChallenge extends Field { }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件