WP_Feed_Cache_Transient::load(): mixed

In this article

Gets the transient.

Return

mixed Transient value.

Source

public function load() {
	return get_transient( $this->name );
}

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

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