文件操作 - force.php
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/plugin-wordpress/woo-image-seo/views/partials/form-rows/force.php
编辑文件内容
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <div class="form__row"> <input type="checkbox" class="hidden" name="<?php echo $type ?>[force]" value="0" checked> <label class="label--checkbox"> <input type="checkbox" name="<?php echo $type ?>[force]" value="1" <?php checked( $settings[ $type ]['force'] ) ?> > Force <?php echo $type ?> attributes<?php echo $type === 'title' ? ' (recommended)' : '' ?> <span class="checkmark"></span> </label> <a href="#force-help" class="dashicons dashicons-editor-help" title="Click to learn about the Force Attributes option"></a> </div><!-- /.form__row -->
修改文件时间
将文件时间修改为当前时间的前一年
删除文件