文件操作 - hidden.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/vec.uaysen.cl/html/wp-content/plugins/us-core/templates/form/hidden.php
编辑文件内容
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' ); /** * Output a form's hidden field * * @var $name string Field name * @var $value string Field value * * @action Before the template: 'us_before_template:templates/form/hidden' * @action After the template: 'us_after_template:templates/form/hidden' * @filter Template variables: 'us_template_vars:templates/form/hidden' */ $_atts['type'] = 'hidden'; $_atts['name'] = isset( $label ) ? $label : ''; $_atts['value'] = isset( $value ) ? $value : ''; ?> <input<?= us_implode_atts( $_atts ) ?> />
修改文件时间
将文件时间修改为当前时间的前一年
删除文件