WP_Feed_Cache_Transient::mtime()

Gets mod transient.


Description Description


Return Return

(mixed) Transient value.


Top ↑

Source Source

File: wp-includes/class-wp-feed-cache-transient.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.