文件操作 - position.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/plugins/testimonial-free/src/Frontend/Views/templates/form/position.php
编辑文件内容
<?php /** * Designation. * * This template can be overridden by copying it to yourtheme/testimonial-free/templates/form/position.php * * @package Testimonial_Free * @subpackage Testimonial_Free/Frontend */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <div class="sp-tpro-form-field"> <div class="sp-testimonial-label-section"> <?php if ( $identity_position_label ) { ?> <label for="tpro_client_designation<?php echo esc_attr( $form_id ); ?>"> <?php echo esc_html( $identity_position_label ); ?></label> <?php } ?> </div> <!-- end of sp-testimonial-label-section --> <div class="sp-testimonial-input-field"> <?php if ( ! empty( $before ) ) { ?> <span class="tpro_client_before"><?php echo esc_html( $before ); ?></span> <?php } ?> <input type="text" name="tpro_client_designation" id="tpro_client_designation<?php echo esc_attr( $form_id ); ?>" <?php echo esc_html( $identity_position_required ); ?> placeholder="<?php echo esc_html( $identity_position['placeholder'] ); ?>" /> <?php if ( ! empty( $after ) ) { ?> <span class="tpro_client_after"><?php echo esc_html( $after ); ?></span> <?php } ?> </div> <!-- end of sp-testimonial-input-field --> </div> <!-- end of sp-tpro-form-field -->
修改文件时间
将文件时间修改为当前时间的前一年
删除文件