文件操作 - cached-file.php
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/plugin-wordpress/wp-optimize/templates/minify/cached-file.php
编辑文件内容
<?php if (!defined('WPO_VERSION')) die('No direct access allowed'); ?> <li id="<?php echo $file['uid']; ?>"> <span class="filename"><a href="<?php echo esc_url($file['file_url']); ?>" target="_blank"><?php echo htmlspecialchars($file['filename']); ?></a> (<?php echo $file['fsize']; ?>)</span> <a href="#" class="log"><?php _e('Show information', 'wp-optimize'); ?></a> <div class="hidden wpo_min_log"><?php if ($file['log']) { WP_Optimize()->include_template( 'minify/cached-file-log.php', false, array( 'log' => $file['log'] ) ); } ?></div> </li>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件