WP超级缓存 - 每天删除一次主页缓存

时间:2014-01-02 07:31:22

标签: wordpress caching wordpress-plugin

目标:

The cache for homepage will regenerated once a day.

可能的解决方案:
那些具有一些时间检查功能可以起作用。

$files_to_delete = get_all_supercache_filenames( $dir );
prune_super_cache( get_supercache_dir() . '/index.html' );

问题: 当存在一些缓存时,即使必须使用插件也不会被执行。

我试过了,但网站运行正常。 :(

<?php
/**
 * Plugin Name: Homepage Cache Cleaner
 * Description: Clear cache for homepage once a day.
 * Version: 1.0
 */

 die();

1 个答案:

答案 0 :(得分:0)

使用cronjob
您可以使脚本以特定间隔运行。