WP_Feed_Cache_Transient::mtime()publicWP 2.8.0

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() code WP 6.4.3

public function mtime() {
	return get_transient( $this->mod_name );
}