GC_Feed_Cache_Transient::mtime()
最后更新于:2021-11-27 15:04:27
GC_Feed_Cache_Transient::mtime()
Gets mod transient.
响应
(mixed) Transient value.
源文件
文件: gc-includes/class-gc-feed-cache-transient.php
public function mtime() {
return get_transient( $this->mod_name );
}