关于wordpress Feed缓存|修改fetch_feed函数缓存时间
- 二月 17th, 2010
还是 折腾twitter最新消息调的问题 ,万戈 侧边栏调用最新消息的代码,被我要来了,嘿嘿,用着很爽,可是突然发现更新不是很同步。 于是看了看wordpress 的 fetch_feed() 函数,WP_Feed_Cache_Transient 类中有定义。 路径:wp-includes\class-feed.php class WP_Feed_Cache_Transient { var $name; var $mod_name; var $lifetime = 43200; //Default lifetime in cache of 12 hours [...]
