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