WP_Feed_Cache_Transient::mtime()
Gets mod transient.
Method of the class: WP_Feed_Cache_Transient{}
No Hooks.
Return
Mixed
. Transient value.
Usage
$WP_Feed_Cache_Transient = new WP_Feed_Cache_Transient(); $WP_Feed_Cache_Transient->mtime();
Changelog
Since 2.8.0 | Introduced. |
WP_Feed_Cache_Transient::mtime() WP Feed Cache Transient::mtime code WP 6.6.2
public function mtime() { return get_transient( $this->mod_name ); }