文件操作 - count.php
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/plugin-wordpress/woo-image-seo/views/partials/form-rows/count.php
编辑文件内容
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly $name = $type . '[count]'; ?> <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 if ( ! empty( $settings[ $type ]['count'] ) ) : // don't use checked() here because old versions don't have it ?> checked <?php endif; ?> > Add image number to <?php echo $type ?> attributes <span class="checkmark"></span> </label> <a href="#count-help" class="dashicons dashicons-editor-help" title="Click to learn about the Add Image Number option"></a> </div><!-- /.form__row -->
修改文件时间
将文件时间修改为当前时间的前一年
删除文件