GC_Feed_Cache_Transient::touch()
最后更新于:2021-11-27 15:10:05
GC_Feed_Cache_Transient::touch()Sets mod transient.
响应
(bool) False if value was not set and true if value was set.
源文件
文件: gc-includes/class-gc-feed-cache-transient.php
public function touch() {
return set_transient( $this->mod_name, time(), $this->lifetime );
}