WP_Feed_Cache_Transient::mtime() public WP 2.8.0
Gets mod transient.
{} It's a 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. |
Code of WP_Feed_Cache_Transient::mtime() WP Feed Cache Transient::mtime WP 5.6.2
public function mtime() {
return get_transient( $this->mod_name );
}