WP_Feed_Cache_Transient::load(): array In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Retrieves the data saved in the transient. Return array Data for SimplePie::$data. Source public function load() { return get_transient( $this->name ); } View all references View on Trac View on GitHub Related UsesDescriptionget_transient()wp-includes/option.phpRetrieves the value of a transient. Changelog VersionDescription2.8.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.