文件操作 - Phone.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/i2kplay/public_html/wp-content/plugins/ninja-forms/includes/Fields/Phone.php
编辑文件内容
<?php if ( ! defined( 'ABSPATH' ) ) exit; /** * Class NF_Fields_Phone */ class NF_Fields_Phone extends NF_Fields_Textbox { protected $_name = 'phone'; protected $_nicename = 'Phone'; protected $_section = 'userinfo'; protected $_icon = 'phone'; protected $_type = 'textbox'; protected $_templates = 'tel'; protected $_settings_exclude = array( 'custom_autocomplete' ); public function __construct() { parent::__construct(); $this->_nicename = esc_html__( 'Phone', 'ninja-forms' ); $this->_settings[ 'custom_name_attribute' ][ 'value' ] = 'phone'; $this->_settings[ 'personally_identifiable' ][ 'value' ] = '1'; } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件