WP_Feed_Cache_Transient::load(): array

In this article

Retrieves the data saved in the transient.

Return

array Data for SimplePie::$data.

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.