文件操作 - Quantity.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/i2kplay/public_html/wp-content/plugins/ninja-forms/includes/Fields/Quantity.php
编辑文件内容
<?php if ( ! defined( 'ABSPATH' ) ) exit; /** * Class NF_Fields_ProductQuantity */ class NF_Fields_Quantity extends NF_Fields_Number { protected $_name = 'quantity'; protected $_section = ''; protected $_icon = 'hashtag'; protected $_aliases = array(); protected $_type = 'quantity'; protected $_templates = 'number'; protected $_test_value = 'Lorem ipsum'; protected $_settings = array( 'product_assignment', 'number' ); protected $_settings_exclude = array( 'required', 'input_limit_set' ); public function __construct() { parent::__construct(); $this->_nicename = esc_html__( 'Quantity', 'ninja-forms' ); } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件