最后更新于:2021-11-26 04:11:32
文件: gc-includes/rss.php
function set ($url, $rss) { $cache_option = 'rss_' . $this->file_name( $url ); set_transient($cache_option, $rss, $this->MAX_AGE); return $cache_option; }