文件操作 - Input.php
返回文件管理
返回主菜单
删除本文件
文件: /home/acihmzbq/public_html/wp-content/plugins/ninja-forms/includes/Abstracts/Input.php
编辑文件内容
<?php if ( ! defined( 'ABSPATH' ) ) exit; /** * Class NF_Abstracts_Input */ abstract class NF_Abstracts_Input extends NF_Abstracts_Field { protected $_name = 'input'; protected $_section = 'common'; protected $_type = 'text'; protected $_settings_all_fields = array( 'key', 'label', 'label_pos', 'required', 'default', 'placeholder', 'classes', 'input_limit_set' , 'manual_key', 'disable_input', 'admin_label', 'help', 'description' ); public function __construct() { parent::__construct(); } public function get_parent_type() { return parent::get_type(); } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件