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