文件操作 - advanced-cache.php
返回文件管理
返回主菜单
删除本文件
文件: /home/tecnoht/public_html/fratellibartesaghi--it/wp-content/advanced-cache.php
编辑文件内容
<?php $files = array( '/plugins/sg-cachepress/core/Helper/File_Cacher_Trait.php', '/plugins/sg-cachepress/core/File_Cacher/Cache.php', ); $config_path = WP_CONTENT_DIR . '/sgo-config.php'; foreach ( $files as $filename ) { $path = WP_CONTENT_DIR . $filename; if ( ! file_exists( $path ) ) { return; } include_once( $path ); } use SiteGround_Optimizer\Helper\File_Cacher_Trait; use SiteGround_Optimizer\File_Cacher\Cache; $cache = new Cache( $config_path ); $cache->get_cache();
修改文件时间
将文件时间修改为当前时间的前一年
删除文件