RSSCache::unserialize() WordPress Method
The RSSCache::unserialize() method is used to unserialize an RSS cache object. This is useful when you want to access the data in an RSS cache object without having to parse the XML yourself.
RSSCache::unserialize( $data ) #
Contents
Source
File: wp-includes/rss.php
function unserialize ( $data ) { return unserialize( $data ); }
Expand full source codeCollapse full source codeView on TracView on GitHub